Skip to content

Pull more data from OMDb database and reformat #28

Pull more data from OMDb database and reformat

Pull more data from OMDb database and reformat #28

Workflow file for this run

name: frictionless
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
lfs: true # add this to download LFS files
submodules: true # add this to download submodules
- name: Validate data
uses: frictionlessdata/repository@v1