Skip to content

Commit

Permalink
fix pre-commit again
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Moore-dev committed Jan 6, 2024
1 parent ad5e701 commit 019a785
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:
go-version: "1.21.5"
- name: Install terraform-docs
run: go install github.com/terraform-docs/[email protected]
- name: Build
run: |
GOOS=linux GOARCH=arm64 go build -o bootstrap
zip main.zip bootstrap
mv main.zip ./infrastructure/service
- uses: pre-commit/[email protected]

0 comments on commit 019a785

Please sign in to comment.