Update pull-request.yaml

Adding rebase to pull-request actions
pull/345/head
Samuel Attwood 2022-02-18 16:38:09 -05:00 committed by GitHub
parent a97450e38f
commit 31ddc4889f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -11,15 +11,20 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Checkout into branch
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
run: sudo make pull-scripts
- name: Pull in all relevant branches
run: git fetch origin main
- name: Validate
run: sudo make validate