mirror of
https://github.com/ivuorinen/tsm.git
synced 2026-01-26 03:24:01 +00:00
chore(ci): tweak workflow ci.yaml
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -3,7 +3,6 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
pull_request:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
@@ -31,10 +30,9 @@ jobs:
|
||||
go-${{ runner.os }}-
|
||||
|
||||
- name: Install golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: latest
|
||||
args: --version
|
||||
|
||||
- name: Lint
|
||||
run: golangci-lint run
|
||||
|
||||
Reference in New Issue
Block a user