Skip to content

Merge pull request #49 from openimis/hotfix/task-all #110

Merge pull request #49 from openimis/hotfix/task-all

Merge pull request #49 from openimis/hotfix/task-all #110

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