Skip to content

Update lintcheck.yml #32

Update lintcheck.yml

Update lintcheck.yml #32

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
terraform-apply-eks:
uses: ./.github/workflows/terraform-apply-eks.yml
permissions:
contents: read
secrets: inherit
terraform-apply-pipelines:
needs: terraform-apply-eks
uses: ./.github/workflows/terraform-apply-pipelines.yml
permissions:
contents: read
secrets: inherit