Skip to content

Commit 73adceb

Browse files
authored
chore(ci): standardize tflint workflow via shared reusable workflow (#11)
1 parent d69012b commit 73adceb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/tflint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: tflint
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
workflow_dispatch:
8+
9+
jobs:
10+
tf-lint:
11+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
12+
secrets:
13+
GITHUB: ${{ secrets.GITHUB }}

0 commit comments

Comments
 (0)