Merge pull request #16 from castingnetworks/devo-3048 #215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Devops Public GitHub Actions' | |
on: | |
- push | |
jobs: | |
terraform: | |
name: 'Terraform Validation' | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout' | |
uses: actions/checkout@master | |
- name: Lint Code Base | |
uses: docker://github/super-linter:v4 | |
env: | |
VALIDATE_ALL_CODEBASE: false | |
DEFAULT_BRANCH: master | |