Skip to content

gh-149289: Make lint failures block merge #114659

gh-149289: Make lint failures block merge

gh-149289: Make lint failures block merge #114659

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/reusable-lint.yml