Skip to content

chore: Switch docs to furo & add pre-commit #193

chore: Switch docs to furo & add pre-commit

chore: Switch docs to furo & add pre-commit #193

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g [email protected]
- run: |
gulp lint