Skip to content

chore: add badges, run development action in main #2

chore: add badges, run development action in main

chore: add badges, run development action in main #2

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