Skip to content

doc: clearer statement about user.js url support #241

doc: clearer statement about user.js url support

doc: clearer statement about user.js url support #241

Workflow file for this run

name: lint
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint:js
- name: Run Stylelint
run: npm run lint:css