Skip to content

Commit

Permalink
Add pre-commit to UCO CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed May 26, 2022
1 parent 4263959 commit dcd40aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Pre-commit Checks
run: |
pip -q install pre-commit
pre-commit run --all-files
- name: Start from clean state
run: make clean
- name: Run tests
Expand Down

0 comments on commit dcd40aa

Please sign in to comment.