Skip to content

Commit

Permalink
pre-commit github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Mar 22, 2024
1 parent 7f1233f commit 35b5588
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

"on":
merge_group: {}
pull_request: {}
push: {}

jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Run pre-commit
uses: pre-commit/[email protected]

0 comments on commit 35b5588

Please sign in to comment.