Skip to content

Merge pull request #4 from iambumblehead/add-exports-to-package-json #9

Merge pull request #4 from iambumblehead/add-exports-to-package-json

Merge pull request #4 from iambumblehead/add-exports-to-package-json #9

Workflow file for this run

name: nodejs-lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: actions/setup-node@v2
with:
node-version: '16.x'
- run: npm install
- run: npm run lint