Skip to content

fix: align affine's command with their lint:ox script #5

fix: align affine's command with their lint:ox script

fix: align affine's command with their lint:ox script #5

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, synchronize]
paths-ignore:
- '**/*.md'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx oxlint@latest . --format github