Skip to content

Commit

Permalink
Issue #101: Updating yaml linting workflow to checkout only config file
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Mar 4, 2024
1 parent 9143388 commit 6b7d966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-yaml-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
repository: ai-cfia/github-workflows
path: github-workflows
ref: main
sparse-checkout: |
.yamllint.yml
sparse-checkout-cone-mode: false

- name: Lint YAML files
run: |
Expand Down

0 comments on commit 6b7d966

Please sign in to comment.