Skip to content

Revert "cleanup macs which have APS regardless of MAC status" #75

Revert "cleanup macs which have APS regardless of MAC status"

Revert "cleanup macs which have APS regardless of MAC status" #75

Workflow file for this run

name: Eslint
on:
push:
jobs:
check_eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
sudo npm install -g eslint@8
npm install
- run: eslint lib --ext .js,.jsx,.ts,.tsx
- run: npm test