mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 01:11:08 +00:00
Github-ACtion. Syntax fixed
This commit is contained in:
parent
635a81db05
commit
7efe26ebe3
5
.github/workflows/pr-validation.yml
vendored
5
.github/workflows/pr-validation.yml
vendored
@ -19,11 +19,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Skipping workflow on fork without PR_TESTING"
|
echo "Skipping workflow on fork without PR_TESTING"
|
||||||
exit 0
|
exit 0
|
||||||
- name: Comment if checkmark is missing
|
|
||||||
if: ${{ !contains(github.event.pull_request.body, '[X] I acknowledge') }}
|
|
||||||
uses: actions/github-script@v6
|
|
||||||
with:
|
|
||||||
script: |
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check PR template via diff
|
- name: Check PR template via diff
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user