feat: batch manager protection + react challenge modal + eslint fix
This commit is contained in:
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@@ -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
|
||||
|
||||
9
.github/workflows/pr.yml
vendored
9
.github/workflows/pr.yml
vendored
@@ -7,12 +7,21 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
tsc:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --pure-lockfile
|
||||
|
||||
- name: Typescript
|
||||
run: yarn tsc
|
||||
|
||||
- name: ESLint
|
||||
run: yarn lint --quiet
|
||||
|
||||
5
.github/workflows/prod.yml
vendored
5
.github/workflows/prod.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
tsc:
|
||||
|
||||
name: Check types
|
||||
name: Check types & lint
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -23,6 +23,9 @@ jobs:
|
||||
- name: Typescript
|
||||
run: yarn tsc
|
||||
|
||||
- name: ESLint
|
||||
run: yarn lint --quiet
|
||||
|
||||
deploy:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user