Skip to content

Commit

Permalink
actions: remove duplicate YAML linter
Browse files Browse the repository at this point in the history
we are already doing yamllint as part of the pre-commit run
  • Loading branch information
skrobul committed Dec 5, 2024
1 parent 9e7815f commit 4b5e2a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ on:
types: [checks_requested]

jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: pip install yamllint
- run: yamllint -c .yamllint.yaml --format github .

kustomize:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4b5e2a4

Please sign in to comment.