Skip to content

Update aws_lambda_events requirement from 0.15.0 to 0.16.0 #320

Update aws_lambda_events requirement from 0.15.0 to 0.16.0

Update aws_lambda_events requirement from 0.15.0 to 0.16.0 #320

Workflow file for this run

name: ci-rust
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- name: Lint markdown files
run: just lint-md
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4