- Notifications
You must be signed in to change notification settings - Fork363
chore(lambda-extension, lambda-http, lambda-runtime-api-client): bump patch versions for new release#717
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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 |