mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 15:38:08 +01:00
run golangci-lint on ubuntu only
This commit is contained in:
parent
ad16182dc5
commit
8f5da5c4f4
2 changed files with 1 additions and 3 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
*.go text eol=lf
|
3
.github/workflows/golangci-lint.yml
vendored
3
.github/workflows/golangci-lint.yml
vendored
|
@ -16,9 +16,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go: ['1.21', '1.22']
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
name: lint
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
|
|
Loading…
Reference in a new issue