v5, removes search by image features, uses dynamic searching for rele… #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |