Skip to content

Commit

Permalink
Change commit range
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 11, 2020
1 parent d877d31 commit 90bbd9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code_layout.yml
Expand Up @@ -100,10 +100,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Indentation Test
run: ./scripts/verify_indentation.sh ${{ github.event.pull_request.head.sha }}..${{ github.event.pull_request.base.sha }}
run: ./scripts/verify_indentation.sh ${{ github.base_ref }}..${{ github.sha }}

spell_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 90bbd9a

Please sign in to comment.