Skip to content

Merge pull request #654 from nospam2k/patch-1 #78

Merge pull request #654 from nospam2k/patch-1

Merge pull request #654 from nospam2k/patch-1 #78

Workflow file for this run

name: Lint
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install and cache dependencies
uses: bahmutov/npm-install@v1
- name: Run linter
run: npm run lint