Skip to content

chore(dependabot): bump actions/checkout from 4.1.2 to 4.1.3 #5

chore(dependabot): bump actions/checkout from 4.1.2 to 4.1.3

chore(dependabot): bump actions/checkout from 4.1.2 to 4.1.3 #5

Workflow file for this run

name: Test toolchain
on:
pull_request:
paths:
- ".github/workflows/bun-test.yaml"
- "src"
- "test"
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
bun-version: latest
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1.2.1
- run: bun install
- run: bun test