Skip to content

Commit

Permalink
Update syntax.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab authored Jan 17, 2024
1 parent f532a0c commit 25fa04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: csvlinter
- name: csvlint
uses: kcheriyath/[email protected]
with:
find_pattern: "*.tsv"
find_path: "_data"
extra_params: "--delimiter=\t"
extra_params: "--delimiter=\\t"

0 comments on commit 25fa04d

Please sign in to comment.