allowed_dirs.yml 241 B

123456789101112131415
  1. name: CheckAllowedDirs
  2. on:
  3. push:
  4. pull_request:
  5. jobs:
  6. build:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/checkout@v3
  10. - name: Check dirs
  11. run: ${{github.workspace}}/.github/check_dirs.sh ${{github.workspace}}