Skip to content

Bump lint-staged from 15.2.2 to 15.2.4 #12

Bump lint-staged from 15.2.2 to 15.2.4

Bump lint-staged from 15.2.2 to 15.2.4 #12

Workflow file for this run

name: bun-test
on:
pull_request:
push:
branches:
- 'master'
jobs:
my-job:
name: bun-test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun test