Skip to content

chore: fix copyright headers (#140) #42

chore: fix copyright headers (#140)

chore: fix copyright headers (#140) #42

Workflow file for this run

name: eslint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: rm package.json && rm package-lock.json
- run: npm install eslint@8.26.0 eslint-config-airbnb-base@15.0.0 eslint-plugin-import@2.26.0 chai@4.3.6
- run: ./node_modules/eslint/bin/eslint.js lib/ test/