Skip to content

Commit

Permalink
Add initial linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla committed Nov 30, 2023
1 parent 461738b commit ec4601b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- 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
- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ec4601b

Please sign in to comment.