Skip to content

Commit

Permalink
Create frictionless.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
birk authored Feb 6, 2024
1 parent 5894fda commit 2f1db18
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/frictionless.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: frictionless

on:
push:
branches:
- master
pull_request:
branches:
- master

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/frictionless-ci@v2

0 comments on commit 2f1db18

Please sign in to comment.