Fix lint errors (#70)

This commit is contained in:
Yoshiyuki Mineo
2025-05-05 19:51:28 +09:00
committed by GitHub
parent d764be18d5
commit 59c47aeab1
10 changed files with 38 additions and 29 deletions

View File

@@ -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}}

View File

@@ -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: