Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla committed Nov 30, 2023
1 parent ec4601b commit a63ac61
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 @@ -26,7 +26,7 @@ jobs:
- name: Lint
run: |
tr -d $'\r' controls/controls_catalog.csv
if ! git diff-index --quiet HEAD --; then echo "Please remove characters from controls/controls_catalog.csv"; exit 1; fi
if ! git diff-index --quiet HEAD --; then echo 'Please remove characters from controls/controls_catalog.csv'; exit 1; fi
- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a63ac61

Please sign in to comment.