Script to validate the main parts of workflow data

This commit is contained in:
Cameron Booth
2020-05-19 09:51:39 -07:00
parent 70c22e93a3
commit a83abcc872
6 changed files with 289 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
on:
push:
pull_request:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12"
- name: Validate workflows
run: |
npm ci
npx ts-node-script ./index.ts
working-directory: ./script/validate-data