Skip to content

CM-332: fetch tasks only for particular searcher #44

CM-332: fetch tasks only for particular searcher

CM-332: fetch tasks only for particular searcher #44

Workflow file for this run

name: ESLint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
run: yarn install
- name: Run ESLint
run: npx eslint src