allowed_dirs.yml 338 B

1234567891011121314151617
  1. name: CheckAllowedDirs
  2. on:
  3. push:
  4. pull_request:
  5. jobs:
  6. build:
  7. concurrency:
  8. group: check-allowed-dirs-${{ github.ref }}
  9. cancel-in-progress: true
  10. runs-on: ubuntu-latest
  11. steps:
  12. - uses: actions/checkout@v4
  13. - name: Check dirs
  14. run: ${{github.workspace}}/.github/check_dirs.sh ${{github.workspace}}