Skip to content

chore(deps): update github-actions #2895

chore(deps): update github-actions

chore(deps): update github-actions #2895

Workflow file for this run

# For some reason megalinter ignores the yamllint config
# and attempts to lint charts/recruit/templates causing
# it to fail constantly. So we run yamllint as a dedicated step
# instead.
name: yamllint
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions: read-all
jobs:
yamllint:
runs-on: ubuntu-24.04
# contains yamllint
container: ghcr.io/chgl/kube-powertools:v2.3.34@sha256:153b27c2b222c9f5f47e09aa3c56e284834c5221a8f59fd2aefd77c91180c2ae
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run yamllint
run: yamllint -c .yamllint.yaml .