Skip to content

Commit

Permalink
Merge pull request #16 from builtbystack/add-yamlfmt
Browse files Browse the repository at this point in the history
CIで利用するためyamlfmtを追加
  • Loading branch information
nametake authored Oct 18, 2023
2 parents ecd7b4b + 0301f51 commit 5dbd233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: [20230822, 20231013]
version: [20231013, 20231018]
steps:
- uses: actions/checkout@v3

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

strategy:
matrix:
version: [20230822, 20231013]
version: [20231013, 20231018]
steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 2 additions & 1 deletion 20230822/Dockerfile → 20231018/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +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/golangci-lint@v1.54.2 && \
go install github.com/Yamashou/gqlgenc@v0.13.5 && \
go install github.com/Yamashou/gqlgenc@v0.15.1 && \
go install github.com/gqlgo/nodecheck/cmd/nodecheck@v1.0.1 && \
go install github.com/gqlgo/deprecatedquery/cmd/deprecatedquery@v0.0.3 && \
go install github.com/gqlgo/optionalschema/cmd/optionalschema@v0.0.2 && \
go install github.com/gqlgo/operationname/cmd/operationname@v0.0.1 && \
go install github.com/gqlgo/iddirective/cmd/iddirective@v0.0.1 && \
go install github.com/builtbystack/nopermission/cmd/nopermission@v0.0.2 && \
go install mvdan.cc/sh/v3/cmd/shfmt@latest && \
go install github.com/google/yamlfmt/cmd/yamlfmt@latest && \
go install github.com/google/ko@v0.12.0 && \
go install github.com/sonatard/runenv@latest && \
rm -rf ${GOPATH}/src ${GOPATH}/pkg && \
Expand Down

0 comments on commit 5dbd233

Please sign in to comment.