Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 18, 2023
1 parent cebe065 commit 79a94fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fypp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
- run: pip install fypp

- name: Check pre-commit hook
run: |
chmod +x pre-commit
./pre-commit
run: ./pre-commit
5 changes: 0 additions & 5 deletions pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.

# Fail immediately at first issue with the relevant exit status.
set -eo pipefail

# ===================================================================

if git rev-parse --verify HEAD >/dev/null 2>&1
then
against=HEAD
Expand Down

0 comments on commit 79a94fe

Please sign in to comment.