8000 Revert strconv.FormatInt changes · google/go-github@3d9f8e2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor: Enable perfsprint; fix appeared lint issues #3022

refactor: Enable perfsprint; fix appeared lint issues

refactor: Enable perfsprint; fix appeared lint issues #3022

Workflow file for this run

on: [push, pull_request]
name: linter
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.x
cache-dependency-path: "**/go.sum"
- run: script/lint.sh
env:
CHECK_GITHUB_OPENAPI: 1
GITHUB_TOKEN: ${{ github.token }}
0