Skip to content

Merge pull request #15 from tisnik/mypy-on-ci #12

Merge pull request #15 from tisnik/mypy-on-ci

Merge pull request #15 from tisnik/mypy-on-ci #12

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable