Skip to content

Commit

Permalink
Fix: Patch a bug in the generated workflow for linter
Browse files Browse the repository at this point in the history
Signed-off-by: notsatan <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent 2620736 commit e146f9e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
os: [ ubuntu-latest ]
{% raw %}
runs-on: ${{ matrix.os }}

{% endraw %}
steps:
- name: Checkout code
uses: actions/checkout@v3
{% raw %}
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
{% endraw %}
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit e146f9e

Please sign in to comment.