Skip to content

Merge pull request #65 from MrLeebo/prisma-ast #48

Merge pull request #65 from MrLeebo/prisma-ast

Merge pull request #65 from MrLeebo/prisma-ast #48

Workflow file for this run

name: test
on: push
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test