Skip to content

chore(deps): update dependency @vue/vue2-jest to v29 #1557

chore(deps): update dependency @vue/vue2-jest to v29

chore(deps): update dependency @vue/vue2-jest to v29 #1557

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.2.32@sha256:f2d27b59839cec4dd73da763e354d6515a7a297aeebffa8f07fac4c977123f26
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run yamllint
run: yamllint -c .yamllint.yaml .