Skip to content

Commit

Permalink
Merge pull request #17 from builtbystack/gqlfmt
Browse files Browse the repository at this point in the history
gqlfmtをコンテナに追加
  • Loading branch information
nametake authored Oct 19, 2023
2 parents 5dbd233 + fe095cb commit af2ecd9
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: [20231013, 20231018]
version: [20231018, 20231019]
steps:
- uses: actions/checkout@v3

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

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

Expand Down
2 changes: 2 additions & 0 deletions 20231013/Dockerfile → 20231019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN set -eux && \
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/gqlgo/gqlfmt@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 af2ecd9

Please sign in to comment.