2021-03-21 19:16:01 +00:00
|
|
|
on: pull_request
|
|
|
|
|
|
|
|
jobs:
|
2021-03-22 01:08:50 +00:00
|
|
|
check_files:
|
2021-03-21 19:16:01 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
2021-03-22 01:08:50 +00:00
|
|
|
- name: Check files for compliance
|
|
|
|
run: .github/workflows/scripts/check-files.sh
|
2021-03-21 19:16:01 +00:00
|
|
|
|