Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent f3c7a80 commit a6e7379
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Demo
name: Demo CI

on:
pull_request:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ It's just a simple example of how to use the [Csv-Blueprint](https://github.com/

### See GitHub Actions for more details


* [Live demo](https://github.com/JBZoo/Csv-Blueprint-Demo/actions/workflows/demo.yml?query=branch%3Amaster)
* Open the latest build.
* See Annotations at the bottom of the page.
* See logs to check the output of the tool.
* [.github/workflows/demo.yml](.github/workflows/demo.yml)
* [demo.csv](files/demo.csv)
* [demo_invalid.yml](files/demo_invalid.yml)
Expand Down
2 changes: 2 additions & 0 deletions files/demo_invalid.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This schema is invalid because does not match the CSV file (demo.csv).

columns:
- name: Name
rules:
Expand Down
2 changes: 2 additions & 0 deletions files/demo_valid.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This schema is valid because match the CSV file (demo.csv) perfectly.

columns:
- name: Name
rules:
Expand Down

0 comments on commit a6e7379

Please sign in to comment.