Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Feb 20, 2025
1 parent 128cc6c commit 3a15b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
config-file: ./.github/configs/actionlint.yaml

yamllint:
uses: ./.github/workflows/reusable-yamllint.yaml
yamlfmt:
uses: ./.github/workflows/reusable-yamlfmt.yaml
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"
config-file: .github/configs/yamlfmt.yaml

shellcheck:
uses: ./.github/workflows/reusable-shellcheck.yaml
Expand Down

0 comments on commit 3a15b8d

Please sign in to comment.