Skip to content

Commit

Permalink
add pre-commit to lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna authored and drdavella committed Nov 13, 2023
1 parent dcf575f commit 83ab957
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jobs:
# threshold for pipeline to fail if we go below average, module, or block complexity
# https://github.com/rubik/xenon
run: make xenon

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

0 comments on commit 83ab957

Please sign in to comment.