Skip to content

feat(github-action): update golangci/golangci-lint-action ( v6.3.3 → v6.4.0 ) #514

feat(github-action): update golangci/golangci-lint-action ( v6.3.3 → v6.4.0 )

feat(github-action): update golangci/golangci-lint-action ( v6.3.3 → v6.4.0 ) #514

Workflow file for this run

---
name: On Pull Request
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
# ent-ci:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
# - name: Setup Go
# uses: actions/setup-go@v5
# with:
# go-version-file: 'go.mod'
# - name: Verify ent files
# uses: ent/contrib/ci@master
lint:
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Lint
uses: ./.github/actions/lint
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Tests
uses: ./.github/actions/tests