Skip to content

Commit

Permalink
fix(ci): dependencies update only if build is passed (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Nov 16, 2023
1 parent 077ae63 commit ce70df9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependencies-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Installing dependencies
run: pnpm i

- name: Running ESLint
run: pnpm run lint

- name: Running Build
run: pnpm run build

- name: Run command
uses: ctux/[email protected]
with:
Expand Down

0 comments on commit ce70df9

Please sign in to comment.