Initial commit
This commit is contained in:
20
gamemodes/darkrp/.github/workflows/check-modified-subtree.yml
vendored
Normal file
20
gamemodes/darkrp/.github/workflows/check-modified-subtree.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Check Modified Subtree
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Fetch complete history
|
||||
clean: false
|
||||
|
||||
- name: Check For Differences
|
||||
run: ./.github/scripts/check-modified-subtree.sh
|
||||
Reference in New Issue
Block a user