Skip to content

Commit 33027a5

Browse files
remove linter
1 parent d2b64d9 commit 33027a5

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/linter.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: linter
33
# This workflow is triggered on pushes to the repository.
44
on:
55
push:
6-
76
pull_request:
87
branches:
98
- main
109
- master
1110
workflow_dispatch:
1211

13-
1412
jobs:
1513
terraform-validate:
1614
name: code format
@@ -20,6 +18,12 @@ jobs:
2018
# https://github.com/hashicorp/setup-terraform
2119
- uses: hashicorp/setup-terraform@v2
2220

21+
- name: Cache terraform folder
22+
uses: actions/cache@v2
23+
with:
24+
path: ./.terraform
25+
key: terraform
26+
2327
- name: terraform fmt
2428
run: terraform fmt -check -recursive -diff
2529
continue-on-error: true

0 commit comments

Comments
 (0)