Skip to content

🧪 Add module testing #37

🧪 Add module testing

🧪 Add module testing #37

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@9d8128f17796a16326ceed5a607d5639a47feb82 # v6.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_TERRAFORM_TERRASCAN: false