Skip to content

Bump to version 4.0.14 #19

Bump to version 4.0.14

Bump to version 4.0.14 #19

Workflow file for this run

name: Linter
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint