Skip to content

Merge pull request #74 from prisma/revert-73-chenkie/set-default-pack… #154

Merge pull request #74 from prisma/revert-73-chenkie/set-default-pack…

Merge pull request #74 from prisma/revert-73-chenkie/set-default-pack… #154

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