Skip to content

Commit 2613568

Browse files
authored
Merge pull request #562 from labd/fix/clean-up-pipeline
chore: clean pipelines
2 parents 89a61c9 + 5a87a57 commit 2613568

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,11 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: hashicorp/setup-terraform@v3
20-
with:
21-
terraform_version: 1.3.7
22-
terraform_wrapper: false
23-
2419
- name: Set up Go
2520
uses: actions/setup-go@v5
2621
with:
2722
go-version-file: go.mod
2823

29-
- name: Set up Task
30-
uses: arduino/setup-task@v2
31-
with:
32-
repo-token: ${{ secrets.GITHUB_TOKEN }}
33-
3424
- name: golangci-lint
3525
continue-on-error: true
3626
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)