Skip to content

Commit

Permalink
Remove pre-commit action from GHA PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse committed Sep 19, 2023
1 parent 7c46db6 commit 43ebe49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
pip install --compile --no-cache-dir pycurl
pip install -U -r requirements.txt -r requirements-dev.txt --no-cache-dir
- name: Pre Commit Checks
uses: pre-commit/[email protected]

- name: Test Nailgun Coverage
run: |
make test-coverage
Expand Down

0 comments on commit 43ebe49

Please sign in to comment.