Skip to content

disk: get disk quantity and identify LingJun node from metadata #1095

disk: get disk quantity and identify LingJun node from metadata

disk: get disk quantity and identify LingJun node from metadata #1095

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
filter: blob:none
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.2.0
with:
version: v2.7.2
# only-new-issues does not work on large PRs
# https://github.com/golangci/golangci-lint-action/issues/996
args: --new-from-rev=${{ github.event.pull_request.base.sha }}