Skip to content

test(api): add pytest #21

test(api): add pytest

test(api): add pytest #21

Workflow file for this run

name: ESLint Check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install dependencies
run: cd master/website && npm install
- name: Run ESLint
run: cd master/website && npm run lint