Skip to content

Reporting in PR

Reporting in PR #10

Triggered via push March 11, 2024 22:19
Status Success
Total duration 20s
Artifacts

demo.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Demo: files/demo.csv#L1
csv.header at column 1: "csv.header" at line 1, column "1:". Property "name" is not defined in schema: "files/demo_invalid.yml".
Demo: files/demo.csv#L5
max at column 2:Float "max" at line 5, column "2:Float". Value "74605.944" is greater than "74605".
Demo: files/demo.csv#L5
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"].
Demo: files/demo.csv#L6
min_length at column 0:Name "min_length" at line 6, column "0:Name". Value "Carl" (length: 4) is too short. Min length is 5.
Demo: files/demo.csv#L6
min_date at column 3:Birthday "min_date" at line 6, column "3:Birthday". Value "1955-05-14" is less than the minimum date "1955-05-15T00:00:00.000+00:00".
Demo: files/demo.csv#L8
min_date at column 3:Birthday "min_date" at line 8, column "3:Birthday". Value "1955-05-14" is less than the minimum date "1955-05-15T00:00:00.000+00:00".
Demo: files/demo.csv#L9
max_date at column 3:Birthday "max_date" at line 9, column "3:Birthday". Value "2010-07-20" is more than the maximum date "2009-01-01T00:00:00.000+00:00".
Demo: files/demo.csv#L11
min_length at column 0:Name "min_length" at line 11, column "0:Name". Value "Lois" (length: 4) is too short. Min length is 5.
Demo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.