Skip to content

Improve compatibility with @typescript-eslint/member-ordering #112

Improve compatibility with @typescript-eslint/member-ordering

Improve compatibility with @typescript-eslint/member-ordering #112

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run check