T TurboLint GitHub Action

CI

Run TurboLint in GitHub Actions.

Add a fast Rust lint check for JavaScript and TypeScript repos. The action installs TurboLint and scans the directory you choose.

name: TurboLint
on: [push, pull_request]

jobs:
  turbolint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: arjunkshah/turbolint-cli@v0.1.11
        with:
          path: ./src

Need setup?

$9 config review.

Send a repo link and get the exact TurboLint install, CI, and scan command.