mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-28 00:15:43 +00:00
13 lines
246 B
YAML
13 lines
246 B
YAML
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
|
|
|