Skip to content

Commit

Permalink
Check pre-commit hooks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Nov 30, 2023
1 parent 23a3315 commit 949fc9f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: pre-commit

on:
pull_request:
push:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

0 comments on commit 949fc9f

Please sign in to comment.