summaryrefslogtreecommitdiff
path: root/.github/workflows/pr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr.yaml')
-rw-r--r--.github/workflows/pr.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
deleted file mode 100644
index 785d40c..0000000
--- a/.github/workflows/pr.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-on: pull_request
-
-jobs:
- check_files:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - name: Check files for compliance
- run: .github/workflows/scripts/check-files.sh
-