Skip to content

gitignore

gitignore #117

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]