Update manual load of data vignette #44
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
name: frictionless | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/[email protected] | |
with: | |
lfs: true # add this to download LFS files | |
submodules: true # add this to download submodules | |
- name: Validate data | |
uses: frictionlessdata/[email protected] | |
with: | |
packages: "data-raw/datapackage.json" |