Skip to content

Commit

Permalink
Try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla committed Nov 30, 2023
1 parent cf1deb8 commit 832fece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
tr -d $'\r' < controls/controls_catalog.csv > controls/controls_catalog.tmp
mv controls/controls_catalog.tmp controls/controls_catalog.csv
if ! git diff-index --quiet HEAD --; then echo 'Please remove carriage returns from controls/controls_catalog.csv'; exit 1; fi
if [ -n "$(git status --porcelain)" ]; then echo 'Please remove carriage returns from controls/controls_catalog.csv'; exit 1; fi
- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 832fece

Please sign in to comment.