Skip to content

arguments and votes will be created when importing an idea with impor… #216

arguments and votes will be created when importing an idea with impor…

arguments and votes will be created when importing an idea with impor… #216

Workflow file for this run

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