mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-20 13:38:28 +02:00
ci: run checkout
This commit is contained in:
parent
b3ee939183
commit
705286c54e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/action.yml
vendored
5
.github/workflows/action.yml
vendored
|
@ -66,7 +66,10 @@ jobs:
|
|||
needs: setup-bun
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Bun
|
||||
uses: ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue