Skip to content

Always open search by image in new tab #109

Always open search by image in new tab

Always open search by image in new tab #109

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