Skip to content

LT-22672: Cover the relevance rule with the most rows riding on it #3262

LT-22672: Cover the relevance rule with the most rows riding on it

LT-22672: Cover the relevance rule with the most rows riding on it #3262

name: check-whitespace
on:
pull_request:
types: [opened, synchronize]
# Avoid unnecessary builds
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check-whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Run whitespace check script
shell: pwsh
run: ./Build/Agent/check-whitespace.ps1