summaryrefslogtreecommitdiff
path: root/.github/workflows/no-tabs.yml
blob: 3836b0eaa636a5cfd450051572674567e56dc7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: no-tabs
on: [pull_request]
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  no-tabs:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v7
      - name: Check for tabs in C/C++ sources
        run: ./scripts/check-no-tabs.sh