Skip to content

chore(dependabot): bump actions/checkout from 4.1.6 to 4.1.7 #23

chore(dependabot): bump actions/checkout from 4.1.6 to 4.1.7

chore(dependabot): bump actions/checkout from 4.1.6 to 4.1.7 #23

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
bun-version: latest
- uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1.2.2
- run: bun install
- run: bun test test/**