Skip to content

Pass through maxSigCount properly #106

Pass through maxSigCount properly

Pass through maxSigCount properly #106

Workflow file for this run

name: Run Linting
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Prettier
run: npm run prettier
- name: Run ESLint
run: npm run lint