PLT-1041 added flags to manage the stack provisioning, updated provid… #24
Workflow file for this run
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
--- | |
### | |
### Lints all generic and json files in the whole git repository | |
### | |
name: linting | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
tags: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@master | |
- name: Terraform lint | |
uses: actionshub/terraform-lint@main | |
- name: Files lint | |
run: | | |
make "lint-files" |