Skip to content

Commit

Permalink
types workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Sep 27, 2023
1 parent 6a10276 commit 86db3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linter Analysis

on:
push:
branches: [ '**' ] # '*8' will cause the workflow to run on all commits to all branches, including those with path separators
branches: [ '**' ] # '**' will cause the workflow to run on all commits to all branches, including those with path separators

jobs:
# Hadolint: Job-1
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
run: TFLINT_LOG=info tflint --init -c "$(pwd)/linting-configs/.tflint.hcl"

- name: Run TFLint Action
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --recursive
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --recursive

0 comments on commit 86db3c2

Please sign in to comment.