From de393d7d8ac19bbb99f275b8a1a5bb513428d37e Mon Sep 17 00:00:00 2001 From: Denis Smet Date: Mon, 11 Mar 2024 21:27:51 +0400 Subject: [PATCH] Init --- .github/workflows/demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index d8d3dad..1d00489 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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