Skip to content

feat: GET /v1/links support (#7) #8

feat: GET /v1/links support (#7)

feat: GET /v1/links support (#7) #8

Workflow file for this run

name: release
on:
push:
branches: [ main ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.74.0
profile: minimal
- name: Install Cargo Lambda
run: pip install cargo-lambda==1.0.0
- name: Build lambda
run: cargo lambda build --release
#- name: Deploy lambda
# run: cargo lambda deploy link-for-later