Skip to content

Commit

Permalink
Add support for reporting invalid CSV file as a table in GitHub Annot…
Browse files Browse the repository at this point in the history
…ations.
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent 858e3af commit 8461b7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,20 @@ jobs:
fetch-depth: 0

- name: 👍 Valid CSV file
uses: JBZoo/Csv-Blueprint@0.1
uses: jbzoo/csv-blueprint@master
with:
csv: tests/fixtures/demo.csv
schema: tests/schemas/demo_valid.yml

- name: 👎 Invalid CSV file - Report as GitHub Annotations
uses: JBZoo/Csv-Blueprint@0.1
uses: jbzoo/csv-blueprint@master
with:
csv: tests/fixtures/demo.csv
schema: tests/schemas/demo_invalid.yml
continue-on-error: true

- name: 👎 Invalid CSV file - Report as Table
uses: JBZoo/Csv-Blueprint@latest
uses: jbzoo/csv-blueprint@master
with:
csv: tests/fixtures/demo.csv
schema: tests/schemas/demo_invalid.yml
Expand Down

0 comments on commit 8461b7e

Please sign in to comment.