Skip to content

Update test dependencies #542

Update test dependencies

Update test dependencies #542

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
name: Static code analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: npm run check