commit
7200d7d2f5
|
@ -11,15 +11,20 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout into branch
|
- name: Checkout into branch
|
||||||
run: git checkout -b staging-pr-workflow
|
run: git checkout -b staging-pr-workflow
|
||||||
|
|
||||||
|
- name: Fetch main-source
|
||||||
|
run: git fetch origin main-source
|
||||||
|
|
||||||
|
- name: Rebase to main-source
|
||||||
|
run: git rebase origin/main-source
|
||||||
|
|
||||||
- name: Pull scripts
|
- name: Pull scripts
|
||||||
run: sudo make pull-scripts
|
run: sudo make pull-scripts
|
||||||
|
|
||||||
- name: Pull in all relevant branches
|
|
||||||
run: git fetch origin main
|
|
||||||
|
|
||||||
- name: Validate
|
- name: Validate
|
||||||
run: sudo make validate
|
run: sudo make validate
|
Loading…
Reference in New Issue