feat: batch manager protection + react challenge modal + eslint fix

This commit is contained in:
Baptiste Grob
2021-01-22 11:37:58 +01:00
parent c6ff28b40e
commit 5d65364885
25 changed files with 1009 additions and 829 deletions

View File

@@ -8,7 +8,7 @@ jobs:
tsc:
name: Check types
name: Check types & lint
runs-on: ubuntu-latest
@@ -22,6 +22,9 @@ jobs:
- name: Typescript
run: yarn tsc
- name: ESLint
run: yarn lint --quiet
deploy:
runs-on: ubuntu-latest