Skip to content

Merge pull request #53 from prisma/remove-ts-or-js-choice #108

Merge pull request #53 from prisma/remove-ts-or-js-choice

Merge pull request #53 from prisma/remove-ts-or-js-choice #108

Workflow file for this run

name: Linting
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint