mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 02:23:59 +00:00
Update checks.yml
This commit is contained in:
@@ -5,12 +5,12 @@ jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: 1.0.3
|
||||
bun-version: 1.0.25
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
|
||||
Reference in New Issue
Block a user