Skip to content

Release v1.1.1 (#100) #266

Release v1.1.1 (#100)

Release v1.1.1 (#100) #266

Workflow file for this run

name: Linting
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run lints
run: docker compose run --rm lint --check-only