Skip to content

Commit

Permalink
add a generic workflow checking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed May 23, 2024
1 parent 90b2b32 commit 20c8c3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/generic-cylc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
strategy:
matrix:
workflow: [simplest, crontab_replacement]
steps:
- name: Cylc Lint ${{ matrix.workflow }}
run: |
cylc lint --color=always ./"${{ matrix.workflow }}"
steps:
- name: Cylc Lint ${{ matrix.workflow }}
run: |
cylc lint --color=always ./"${{ matrix.workflow }}"
validate:
requires: setup
strategy:
matrix:
workflow: [simplest, crontab_replacement]
steps:
- name: Cylc validate ${{ matrix.workflow }}
run: |
cylc validate --color=always ./${{ matrix.workflow }}
steps:
- name: Cylc validate ${{ matrix.workflow }}
run: |
cylc validate --color=always ./${{ matrix.workflow }}

0 comments on commit 20c8c3d

Please sign in to comment.