chore(deps): update frooodle/s-pdf docker tag to v0.32.0 #1027
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "lint" | |
on: | |
push: | |
branches: | |
- "master" | |
- "main" | |
pull_request: {} | |
workflow_dispatch: {} | |
jobs: | |
kube-linter: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v4" | |
- name: "Scan yamls" | |
id: "kube-lint-scan" | |
uses: "stackrox/kube-linter-action@v1" | |
with: | |
directory: "apps" | |
config: ".kube-linter.yaml" | |
yamllint: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v4" | |
- name: "Install yamllint" | |
run: | | |
pip install yamllint | |
- name: "Run yamllint" | |
run: | | |
yamllint . |