mirror of
https://github.com/sony/sonyflake.git
synced 2026-01-07 03:36:20 +00:00
Fix lint errors (#70)
This commit is contained in:
8
.github/workflows/test-v1.yml
vendored
8
.github/workflows/test-v1.yml
vendored
@@ -5,12 +5,14 @@ on:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
- v2/**
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
- v2/**
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
test-v1:
|
||||
@@ -30,7 +32,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{matrix.go-version}}
|
||||
|
||||
|
||||
6
.github/workflows/test-v2.yml
vendored
6
.github/workflows/test-v2.yml
vendored
@@ -5,12 +5,14 @@ on:
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
- v2/**
|
||||
pull_request:
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
- v2/**
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
test-v2:
|
||||
|
||||
Reference in New Issue
Block a user