Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 9, 2023
1 parent 25661c9 commit a1ccefe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ description: 'Sets up project and its dependencies'
runs:
using: 'composite'
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
name: 'Lint, Build & Test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: 'Setup project'
uses: ./.github/actions/setup-project

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: 'Update dependencies'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: 'Setup project'
uses: ./.github/actions/setup-project

Expand Down

0 comments on commit a1ccefe

Please sign in to comment.