Skip to content

Commit

Permalink
ci: fix missed generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Jan 16, 2025
1 parent e65a369 commit a54571c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/base/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ runs:
with:
go-version: ${{ inputs.go-version }}

- name: Install minify
shell: bash
run: go install github.com/tdewolff/minify/v2@latest

- name: Go generate
shell: bash
run: go generate ./...

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit a54571c

Please sign in to comment.