Skip to content

Feature/python export 1 #344

Feature/python export 1

Feature/python export 1 #344

Workflow file for this run

name: lint
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint