Skip to content

simplify CI

simplify CI #116

Workflow file for this run

name: Continuous Integration
# always run CI on new commits to any branch
on: push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]