Skip to content

Migrate tests inside Backend root directory #123

Migrate tests inside Backend root directory

Migrate tests inside Backend root directory #123

Workflow file for this run

name: Eslintrc Check
on:
pull_request:
branches:
- 'master'
- 'master-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Change directory and run commands
working-directory: Electron
run: |
npm install
npm run lint