Skip to content

Bump terraform-aws-modules/eks/aws from 18.26.6 to 20.29.0 #241

Bump terraform-aws-modules/eks/aws from 18.26.6 to 20.29.0

Bump terraform-aws-modules/eks/aws from 18.26.6 to 20.29.0 #241

Workflow file for this run

---
name: "Code Quality: Super-Linter"
on:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Lint Code
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
VALIDATE_TERRAFORM: true
VALIDATE_NATURAL_LANGUAGE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}