Skip to content

ci: dfisallow changes to lockfile #95

ci: dfisallow changes to lockfile

ci: dfisallow changes to lockfile #95

Workflow file for this run

name: check
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun check:prettier
- run: bun check:lint
- run: bun check:typescript