mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
test new tags
This commit is contained in:
parent
eaa48e1d0d
commit
1f0926c904
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -27,7 +27,11 @@ jobs:
|
|||||||
run: yarn install --frozen-lockfile --silent
|
run: yarn install --frozen-lockfile --silent
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
uses: reviewdog/action-eslint@v1
|
||||||
|
with:
|
||||||
|
reporter: github-pr-review # Change reporter.
|
||||||
|
eslint_flags: 'pages/ store/ components/ graphql/'
|
||||||
|
|
||||||
|
- name: Typecheck
|
||||||
|
uses: andoshin11/typescript-error-reporter-action@v1.0.2
|
||||||
|
|
||||||
- name: Lint
|
|
||||||
run: yarn type-check
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user