Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Move version check up
Browse files Browse the repository at this point in the history
  • Loading branch information
cxmeel committed Mar 14, 2024
1 parent 3d73df5 commit 352db48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Ensure version parity
run: lune run ensure-version-parity

- name: Ensure tests exist
run: lune run ensure-tests src

- name: Fetch version from package.json
id: current-version
run: jq -r '.version' package.json >> $GITHUB_ENV
Expand All @@ -48,6 +45,9 @@ jobs:
- name: Ensure version has changed
run: ${{ steps.current-version.outputs.current-version != steps.previous-version.outputs.previous-version }}

- name: Ensure tests exist
run: lune run ensure-tests src

format:
needs: perform-checks
runs-on: ubuntu-latest
Expand Down

0 comments on commit 352db48

Please sign in to comment.