Skip to content

chore(deps): update github-actions #2681

chore(deps): update github-actions

chore(deps): update github-actions #2681

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-22.04
# contains yamllint
container: ghcr.io/chgl/kube-powertools:v2.3.26@sha256:3e7720690202ed4458029e0bbdfb7cc65b3728abd7282d38dcd0d47aa0efb176
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run yamllint
run: yamllint -c .yamllint.yaml .