test new tags

This commit is contained in:
Michael Schramm 2022-01-03 13:01:24 +01:00
parent eaa48e1d0d
commit 1f0926c904

View File

@ -27,7 +27,11 @@ jobs:
run: yarn install --frozen-lockfile --silent
- 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