Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Codeijoe Gatekeeper

# Trigger pada Pull Request ke branch main
on:
pull_request:
pull_request_target:
branches: [ "main" ]
paths:
- 'src/**'
Expand All @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

# ---------------------------------------------------------
# STEP 1: ANTI-CHEAT (Polisi Integritas)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Your job is to fix `src/batch.js` so that the system **ACTUALLY WAITS** for the
3. `npm test` (Fails: Expected 3 records, got 0).
4. Fix `src/batch.js`.
5. Submit PR with Liability Waiver.

Loading