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

on:
  push:
  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3

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