8000 fix: Change `UsageItem.Quantity` from `int` to `float64` (#3610) · google/go-github@2d29661 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: Change UsageItem.Quantity from int to float64 (#3610) #3890

fix: Change UsageItem.Quantity from int to float64 (#3610)

fix: Change UsageItem.Quantity from int to float64 (#3610) #3890

Workflow file for this run

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