Skip to content

fix(deps): update all non-major dependencies #719

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #719

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.1.28@sha256:74c2ec2b1ac6d33891aaca488d5732a61668039fb0ccf2b9c883ed3df9ec463a
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Run yamllint
run: yamllint -c .yamllint.yaml .