Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It's just a simple example of how to use the [JBZoo/Csv-Blueprint](https://githu

### See GitHub Actions for more details

* [Reporting in PR](https://github.com/JBZoo/Csv-Blueprint-Demo/pull/1/files)
* [Reporting in PR](https://github.com/JBZoo/Csv-Blueprint-Demo/pull/2/files)
* [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.
Expand Down
1 change: 1 addition & 0 deletions files/demo.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Name,City,Float,Birthday,Favorite color

Check failure on line 1 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

csv.header at column 1: "csv.header" at line 1, column "1:". Property "name" is not defined in schema: "./files/demo_invalid.yml".
Clyde,Rivsikgo,4825.1856,2000-01-01,green
Elsie,Vonavka,03.6544,2000-12-01,green
Derek,Sarefunaw,-177.9088,2000-01-31,green
Dylan,Wufolu,74605.944,1998-02-28,blue

Check failure on line 5 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

allow_values at column 4:Favorite color "allow_values" at line 5, column "4:Favorite color". Value "blue" is not allowed. Allowed values: ["red", "green", "Blue"].

Check failure on line 5 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

num_max at column 2:Float "num_max" at line 5, column "2:Float". The value "74605.944" is greater than the expected "74605".
Carl,Gorriju,0.8431,1955-05-14,red

Check failure on line 6 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

date_min at column 3:Birthday "date_min" at line 6, column "3:Birthday". The date of the value "1955-05-14" is parsed as "1955-05-14 00:00:00 +00:00", which is less than the expected "1955-05-15 00:00:00 +00:00 (1955-05-15)".

Check failure on line 6 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

length_min at column 0:Name "length_min" at line 6, column "0:Name". The length of the value "Carl" is 4, which is less than the expected "5".
Landon,Mojebol,123.64,1989-05-15,red
Olive,Pebiogu,0,1955-05-14,green

Check failure on line 8 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

date_min at column 3:Birthday "date_min" at line 8, column "3:Birthday". The date of the value "1955-05-14" is parsed as "1955-05-14 00:00:00 +00:00", which is less than the expected "1955-05-15 00:00:00 +00:00 (1955-05-15)".
Willie,Sowaah,0.001,2010-07-20,red

Check failure on line 9 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

date_max at column 3:Birthday "date_max" at line 9, column "3:Birthday". The date of the value "2010-07-20" is parsed as "2010-07-20 00:00:00 +00:00", which is greater than the expected "2009-01-01 00:00:00 +00:00 (2009-01-01)".
Derrick,Rakufag,42,1990-09-10,green
Lois,Mofninle,-19366059127.1232,1988-08-24,green

Check failure on line 11 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

length_min at column 0:Name "length_min" at line 11, column "0:Name". The length of the value "Lois" is 4, which is less than the expected "5".
Lois,Mofninle,-19366059127.6032,1988-08-24,red

Check failure on line 12 in files/demo.csv

View workflow job for this annotation

GitHub Actions / Demo

length_min at column 0:Name "length_min" at line 12, column "0:Name". The length of the value "Lois" is 4, which is less than the expected "5".
Loading