ci: move elvis check to the end

This commit is contained in:
Zaiming (Stone) Shi 2022-03-21 17:54:30 +01:00
parent 8cd5c0c83a
commit 4b68c82612
1 changed files with 5 additions and 3 deletions

View File

@ -18,9 +18,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1000
- name: Run elvis check
run: |
./scripts/elvis-check.sh $GITHUB_BASE_REF
- name: Check line-break at EOF
run: |
./scripts/check-nl-at-eof.sh
@ -31,3 +28,8 @@ jobs:
- name: Check Erlang code formatting
run: |
./scripts/check-format.sh
- name: Run elvis check
run: |
./scripts/elvis-check.sh $GITHUB_BASE_REF