Skip to content

Commit 4d2cf74

Browse files
authored
Merge pull request #9 from shamimice03/main
update
2 parents ab30e7a + 49a7c36 commit 4d2cf74

File tree

2 files changed

+4
-73
lines changed

2 files changed

+4
-73
lines changed

.github/workflows/pre-commit.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: pre-commit
22

33
on:
4-
# pull_request:
5-
# branches:
6-
# - main
7-
workflow_dispatch:
8-
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- main
98

109
env:
1110
TERRAFORM_DOCS_VERSION: v0.16.0
1211
TFLINT_VERSION: v0.44.1
1312

14-
1513
jobs:
1614
collectInputs:
1715
name: collect workflow inputs

.github/workflows/validate.yaml

-67
This file was deleted.

0 commit comments

Comments
 (0)