Skip to content

Commit

Permalink
ci(pre-commit): add pre-commit workflow to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Feb 9, 2024
1 parent 38ac7b5 commit b542eb0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check pre-commit

on:
pull_request:

jobs:
check-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

0 comments on commit b542eb0

Please sign in to comment.