Skip to content

Fix typo in manifest url list. #113

Fix typo in manifest url list.

Fix typo in manifest url list. #113

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