Skip to content

Commit

Permalink
Merge pull request #20 from builtbystack/add-hammer
Browse files Browse the repository at this point in the history
依存ツールにhammerを追加
  • Loading branch information
nametake authored Nov 28, 2023
2 parents 69a24f7 + 9cfb95f commit af0d22c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [20231109, 20231116]
version: [20231116, 20231127]
steps:
- uses: actions/checkout@v3

Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
version: [20231109, 20231116]
version: [20231116, 20231127]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions 20231109/Dockerfile → 20231127/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ RUN set -eux && \
go install mvdan.cc/gofumpt@latest && \
go install github.com/daixiang0/gci@latest && \
go install github.com/golangci/golangci-lint/cmd/[email protected] && \
go install github.com/99designs/[email protected] && \
go install github.com/Yamashou/[email protected] && \
go install github.com/gqlgo/nodecheck/cmd/[email protected] && \
go install github.com/gqlgo/deprecatedquery/cmd/[email protected] && \
go install github.com/gqlgo/optionalschema/cmd/[email protected] && \
go install github.com/gqlgo/operationname/cmd/[email protected] && \
go install github.com/gqlgo/iddirective/cmd/[email protected] && \
go install github.com/builtbystack/nopermission/cmd/[email protected] && \
go install github.com/daichirata/hammer@latest && \
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
go install github.com/google/yamlfmt/cmd/yamlfmt@latest && \
go install github.com/google/[email protected] && \
Expand Down

0 comments on commit af0d22c

Please sign in to comment.