Skip to content

Merge pull request #66 from arjunlol/patch-1 #47

Merge pull request #66 from arjunlol/patch-1

Merge pull request #66 from arjunlol/patch-1 #47

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