Skip to content

Pass attempt label to JUnit output to distinguish test retries #949

Pass attempt label to JUnit output to distinguish test retries

Pass attempt label to JUnit output to distinguish test retries #949

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- 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