Skip to content

Commit

Permalink
shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Sep 9, 2024
1 parent ee57c84 commit 4a747f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,26 @@ jobs:

steps:
- uses: actions/checkout@v4
shell: bash
with:
ref: ${{ github.event.inputs.ref }}

- name: Checkout .github repository
uses: actions/checkout@v4
shell: bash
with:
repository: nspcc-dev/.github
path: nspcc-gh

- uses: actions/setup-go@v5
shell: bash
with:
go-version-file: ${{ github.event.inputs.workdir }}/go.mod
cache-dependency-path: ${{ github.event.inputs.workdir }}/go.sum

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
shell: bash
with:
version: latest
working-directory: ${{ github.event.inputs.workdir }}
Expand Down

0 comments on commit 4a747f5

Please sign in to comment.