Skip to content

Commit

Permalink
ci: add step name
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv committed Jan 31, 2024
1 parent 95c5e89 commit ede849e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit ede849e

Please sign in to comment.