Skip to content

Add include_glob for new url format #115

Add include_glob for new url format

Add include_glob for new url format #115

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- name: Install Deps
run: |
npm install eslint
npm install eslint-plugin-json
- name: Lint with ESLint
run: |
npx eslint . --ext .js,.json