Skip to content

Commit

Permalink
switching order
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gallant committed Dec 9, 2024
1 parent 2ecd946 commit 5d57834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
run: |
npm i [email protected]
npx prettier --check .
- name: Setup Changelog
uses: ./.github/workflows/composite-actions/set-changelog-date
- name: Typescript Check
working-directory: sudokuru
run: npx tsc
- name: Setup Changelog
uses: ./.github/workflows/composite-actions/set-changelog-date

app_preview_dev:
if: ${{ contains(fromJSON('["pull_request"]'), github.event_name)}}
Expand Down

0 comments on commit 5d57834

Please sign in to comment.