Updated PR workflow to add more checks (#400)

This commit is contained in:
Steven Hall
2021-03-21 18:08:50 -07:00
committed by GitHub
parent fa8ade97fc
commit 4015ffa108
3 changed files with 128 additions and 37 deletions

View File

@@ -1,12 +1,12 @@
on: pull_request
jobs:
check_size:
check_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check file size
run: .github/workflows/scripts/check-size.sh
- name: Check files for compliance
run: .github/workflows/scripts/check-files.sh