aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/allowed_dirs.yml
blob: 98167cb10a04b101054816eeff6a597f2e8e3b2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: CheckAllowedDirs

on:
  push:
  pull_request:

jobs:
  build:
    concurrency:
      group: check-allowed-dirs-${{ github.ref }}
      cancel-in-progress: true
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3

    - name: Check dirs
      run: ${{github.workspace}}/.github/check_dirs.sh  ${{github.workspace}}