Skip to content

Commit 320dda1

Browse files
committed
Fix review comments
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent d83d0a9 commit 320dda1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: CI for Custom Linters
22

33
on:
44
push:
@@ -42,4 +42,4 @@ jobs:
4242
- name: Test Custom Linters
4343
run: make test-tools --always-make
4444
env:
45-
MAKEFLAGS: '--debug=v'
45+
MAKEFLAGS: '--debug=v'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ jobs:
138138
echo "::error::Workflow failed!"
139139
exit 1
140140
fi
141-
done
141+
done

tools/tfproviderlint/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ go.sum: go.mod $(shell find checks -name '*.go' -maxdepth 2)
1010
test: go.sum $(test_go_sums)
1111
CGO_ENABLED=0 go test ./... -v -count=1 -timeout=30s -parallel=4
1212

13-
.PHONY: test
13+
.PHONY: test

0 commit comments

Comments
 (0)