Skip to content

chore(deps): update helm release coredns to v1.32.0 #1306

chore(deps): update helm release coredns to v1.32.0

chore(deps): update helm release coredns to v1.32.0 #1306

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Job
on:
workflow_dispatch: {}
pull_request: {}
jobs:
yamllint-job:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
container:
image: python:3.12.3-alpine3.18
steps:
- name: Checkout the Repository
uses: actions/[email protected]
- name: Install YAML Lint
run: pip3 install yamllint
- name: Run yamllint
run: yamllint -c .github/configs/yamllint.yaml .
terraform-lint-job:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/[email protected]
- name: Install terraform
uses: hashicorp/[email protected]
- name: Run checker script
run: bash scripts/terraform-lint.sh