Skip to content

fix(ci/cd): pin cargo-lambda back to 1.8.1 temporarily #621

fix(ci/cd): pin cargo-lambda back to 1.8.1 temporarily

fix(ci/cd): pin cargo-lambda back to 1.8.1 temporarily #621

name: Check examples
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Check examples
working-directory: examples
shell: bash
run: ./check-examples.sh