Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored May 22, 2024
1 parent 8423695 commit bcb46a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Checking workflow with Cylc Lint
run: |
cylc lint ../simplest
tree ${HOME}
cylc lint ./simplest
- name: Checking workflow with Cylc Lint
run: |
cylc validate ../simplest
cylc validate ./simplest

0 comments on commit bcb46a9

Please sign in to comment.