这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(deps): update module github.com/hairyhenderson/go-which to v0.2.2 #624

fix(deps): update module github.com/hairyhenderson/go-which to v0.2.2

fix(deps): update module github.com/hairyhenderson/go-which to v0.2.2 #624

Workflow file for this run

name: test
on:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install aqua
uses: aquaproj/aqua-installer@5e54e5cee8a95ee2ce7c04cb993da6dfad13e59c # v3.1.2
with:
aqua_version: v2.36.2
- name: Run golangci-lint
run: golangci-lint run
status-check:
runs-on: ubuntu-latest
permissions: {}
needs: [lint]
if: failure()
steps:
- name: Fail
run: exit 1