mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-26 12:29:59 +00:00
Updated PR workflow to add more checks (#400)
This commit is contained in:
6
.github/workflows/pr.yaml
vendored
6
.github/workflows/pr.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user