Skip to content

Commit

Permalink
Updated .github/workflows/lint-yaml.yml NO_JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdc-github-admin committed Sep 7, 2023
1 parent 36e867f commit fa48861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Lint YAML
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- '**/*.yml'
- '**/*.yaml'
- "**/*.yml"
- "**/*.yaml"

jobs:
yamllint:
Expand All @@ -13,7 +13,7 @@ jobs:
changed-files: ${{ steps.file-changes.outputs.changed-files }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -31,7 +31,7 @@ jobs:
fi
- name: Run yamllint
uses: reviewdog/action-yamllint@v1.6.1
uses: reviewdog/action-yamllint@v1
with:
fail_on_error: false
filter_mode: diff_context
Expand Down

0 comments on commit fa48861

Please sign in to comment.