Skip to content

Commit

Permalink
feat(validation): validate sample project data to test the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
demeringo committed Oct 26, 2024
1 parent 068b149 commit f821863
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/validate-project-list-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: frictionless
on:
push:
branches:
- main
pull_request:
branches:
- main
- 47-no-access-to-frictionless-runs-reports
# pull_request:
# branches:
# - main

jobs:

# Validate the example project-list
validate:
validate-sample-project:
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: old-examples/project-list/data/project-list.resources.yaml

0 comments on commit f821863

Please sign in to comment.