From 4a747f5cdd5c583f2d644fc1d240ebd522985e68 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Mon, 9 Sep 2024 15:20:51 +0300 Subject: [PATCH] shell bash --- .github/workflows/go-linter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go-linter.yml b/.github/workflows/go-linter.yml index 130af59..94ffd8f 100644 --- a/.github/workflows/go-linter.yml +++ b/.github/workflows/go-linter.yml @@ -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 }}