-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from Boavizta/47-no-access-to-frictionless-run…
…s-reports 47 no access to frictionless runs reports
- Loading branch information
Showing
4 changed files
with
66 additions
and
13 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
...rkflows/validate-project-list-example.yml → .github/workflows/validate-tools-csv.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: frictionless | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
# push: | ||
# branches: | ||
# - 47-no-access-to-frictionless-runs-reports | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
|
||
# Validate the example project-list | ||
validate: | ||
# Validate the format of the csv data | ||
validate-tools-csv: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Validate data | ||
uses: frictionlessdata/repository@v2 | ||
with: | ||
resources: old-examples/project-list/project-list.resources.yaml | ||
resources: ictst/data/tools.resources.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters