Skip to content

Bump lambda_runtime from 0.11.2 to 0.12.0 #284

Bump lambda_runtime from 0.11.2 to 0.12.0

Bump lambda_runtime from 0.11.2 to 0.12.0 #284

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
uses: ./.github/workflows/build.yml
clippy:
runs-on: 'ubuntu-20.04'
steps:
- name: checkout
uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- name: Check
run: |
cargo clippy -- -D warnings