mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-26 20:39:53 +00:00
Add images size checking in PR (#281)
* Add images size checking in PR * Fix typo * Switched to POSIX shell * More proper diff
This commit is contained in:
12
.github/workflows/pr.yaml
vendored
Normal file
12
.github/workflows/pr.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
check_size:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check file size
|
||||
run: .github/workflows/scripts/check-size.sh
|
||||
|
||||
Reference in New Issue
Block a user