forked from SatelliteQE/nailgun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pre-commit GH action (SatelliteQE#997)
* pre-commit.ci: Disable autofixing PRs * Remove pre-commit action from GHA PR workflow
- Loading branch information
1 parent
c1e5609
commit 9bae6b8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters