Skip to content

Update validation for multiple CSV files. #87

Update validation for multiple CSV files.

Update validation for multiple CSV files. #87

Triggered via pull request March 12, 2024 21:35
Status Success
Total duration 35s
Artifacts

demo.yml

on: pull_request
All Report Types
25s
All Report Types
GitHub Actions
7s
GitHub Actions
Docker Hub
5s
Docker Hub
Phar
20s
Phar
Pure PHP
7s
Pure PHP
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 6 warnings
Docker Hub
Process completed with exit code 1.
GitHub Actions: tests/fixtures/demo.csv#L5
max at column 2:Float "max" at line 5, column "2:Float". Value "74605.944" is greater than "74605".
GitHub Actions: tests/fixtures/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"].
GitHub Actions: tests/fixtures/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.
GitHub Actions: tests/fixtures/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".
GitHub Actions: tests/fixtures/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".
GitHub Actions: tests/fixtures/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".
GitHub Actions: tests/fixtures/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.
GitHub Actions: tests/fixtures/demo.csv#L5
max at column 2:Float "max" at line 5, column "2:Float". Value "74605.944" is greater than "74605".
GitHub Actions: tests/fixtures/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"].
GitHub Actions: tests/fixtures/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.
GitHub Actions: tests/fixtures/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".
GitHub Actions: tests/fixtures/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".
GitHub Actions: tests/fixtures/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".
GitHub Actions: tests/fixtures/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.
Pure PHP
Process completed with exit code 1.
Phar
Process completed with exit code 1.
All Report Types
Process completed with exit code 2.
All Report Types: tests/fixtures/batch/demo-1.csv#L3
max at column 2:Float "max" at line 3, column "2:Float". Value "74605.944" is greater than "74605".
All Report Types: tests/fixtures/batch/demo-1.csv#L3
allow_values at column 4:Favorite color "allow_values" at line 3, column "4:Favorite color". Value "blue" is not allowed. Allowed values: ["red", "green", "Blue"].
All Report Types: tests/fixtures/batch/demo-2.csv#L2
min_length at column 0:Name "min_length" at line 2, column "0:Name". Value "Carl" (length: 4) is too short. Min length is 5.
All Report Types: tests/fixtures/batch/demo-2.csv#L2
min_date at column 3:Birthday "min_date" at line 2, column "3:Birthday". Value "1955-05-14" is less than the minimum date "1955-05-15T00:00:00.000+00:00".
All Report Types: tests/fixtures/batch/demo-2.csv#L4
min_date at column 3:Birthday "min_date" at line 4, column "3:Birthday". Value "1955-05-14" is less than the minimum date "1955-05-15T00:00:00.000+00:00".
All Report Types: tests/fixtures/batch/demo-2.csv#L5
max_date at column 3:Birthday "max_date" at line 5, column "3:Birthday". Value "2010-07-20" is more than the maximum date "2009-01-01T00:00:00.000+00:00".
All Report Types: tests/fixtures/batch/demo-2.csv#L7
min_length at column 0:Name "min_length" at line 7, column "0:Name". Value "Lois" (length: 4) is too short. Min length is 5.
All Report Types
Process completed with exit code 2.
All Report Types
Process completed with exit code 2.
All Report Types
Process completed with exit code 2.
Docker Hub
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/.
GitHub Actions
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/.
GitHub Actions
Unexpected input(s) 'report', valid inputs are ['entryPoint', 'args', 'csv', 'schema', 'output']
Pure PHP
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/.
Phar
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/.
All Report Types
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/.