Skip to content

Merge pull request #2337 from microsoft/dev/qmuntal/docs-systemcrypto… #1274

Merge pull request #2337 from microsoft/dev/qmuntal/docs-systemcrypto…

Merge pull request #2337 from microsoft/dev/qmuntal/docs-systemcrypto… #1274

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "microsoft/*"
pull_request:
branches:
- "microsoft/*"
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run golangci-lint
working-directory: eng/_util
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v2.10 golangci-lint run -v