Skip to content

Commit

Permalink
setup pnpm in workflows with pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 22, 2024
1 parent b93fb18 commit c92a8b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: setup c2a-core
run: ./setup.sh

- uses: pnpm/[email protected]

- uses: actions/[email protected]
with:
cache: pnpm
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/[email protected]

- uses: pnpm/[email protected]

- uses: actions/[email protected]

- name: install
Expand Down

0 comments on commit c92a8b5

Please sign in to comment.