Skip to content

Commit

Permalink
Add Linter action
Browse files Browse the repository at this point in the history
  • Loading branch information
grem11n committed Feb 13, 2024
1 parent de195dc commit 5160146
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ on:
- '**.md'

jobs:
markdown-check:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Lint
uses: github/super-linter/slim@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

terraform-static:
name: terraform-fmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5160146

Please sign in to comment.