Skip to content

Test CI/CD

Test CI/CD #10

Workflow file for this run

on: push
# on:
# pull_request:
# branches:
# - main
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry install --only main,checks
- run: poetry run inv checks