Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent 68196ba commit de393d7
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 @@ -34,19 +34,19 @@ jobs:
uses: jbzoo/csv-blueprint@master
with:
csv: files/demo.csv
schema: tests/schemas/demo_valid.yml
schema: files/demo_valid.yml

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

- name: 👎 Invalid CSV file - Report as Table
uses: jbzoo/csv-blueprint@master
with:
csv: files/demo.csv
schema: tests/schemas/demo_invalid.yml
schema: files/demo_invalid.yml
output: table
continue-on-error: true

0 comments on commit de393d7

Please sign in to comment.