Skip to content

Commit

Permalink
chore: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Feb 23, 2025
1 parent 200d287 commit 9b20056
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
go-version-file: './go.mod'

- name: golangci-lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: v1.64

# TODO: Configure Github Action after getting the Workload Identity Pool for this project
# https://github.com/GoogleCloudPlatform/khi/issues/29
# - name: Authenticate to Google Cloud
Expand Down Expand Up @@ -61,7 +66,6 @@ jobs:
- name: Backend Format and Lint Check
run: |
make check-format-go
make lint-go
frontend-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -164,4 +168,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "License header check failed.\nConsider running \`make add-license-headers\`.\n(Please check ./scripts/make/codegen.mk for more details.)" > /tmp/comment_body
gh pr comment "${PULL_REQUEST}" -F /tmp/comment_body
gh pr comment "${PULL_REQUEST}" -F /tmp/comment_body

0 comments on commit 9b20056

Please sign in to comment.