Skip to content

enable csi and ingress for vault #85

enable csi and ingress for vault

enable csi and ingress for vault #85

Workflow file for this run

name: lint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- 'release-*'
pull_request:
branches:
- 'release-*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run shell check
uses: ludeeus/action-shellcheck@master
- name: Run yaml lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: '.config/.yamllint.yml'
- name: Run ansible lint
uses: ansible/ansible-lint@v6