Skip to content

Bump cfn-lint from 1.22.7 to 1.24.0 #1088

Bump cfn-lint from 1.22.7 to 1.24.0

Bump cfn-lint from 1.22.7 to 1.24.0 #1088

Workflow file for this run

name: Run tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- name: run pytest
run: make test