Skip to content

chore(deps): update ghcr.io/budimanjojo/talhelper docker tag to v2.4.4 #1262

chore(deps): update ghcr.io/budimanjojo/talhelper docker tag to v2.4.4

chore(deps): update ghcr.io/budimanjojo/talhelper docker tag to v2.4.4 #1262

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Job
on:
workflow_dispatch: {}
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
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/linters/yamllint.yaml .
yaml-schema-job:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/[email protected]
- name: Run checker script
run: bash scripts/yaml-check-schema.sh
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
flux-branch-job:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/[email protected]
- name: Run checker script
run: bash scripts/flux-check-branch.sh