Skip to content

Merge pull request #60 from turing-complet/dev #55

Merge pull request #60 from turing-complet/dev

Merge pull request #60 from turing-complet/dev #55

Workflow file for this run

name: Lint
on: push
jobs:
lint:
if: "!contains(github.event.head_commit.message, 'skip_ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: python -m pip install --upgrade pip nox
- run: nox -s lint