chore: fix GH actions lint problem matchers issue in PR (#4471)

This commit is contained in:
Sébastien Lorber 2021-03-19 18:53:46 +01:00 committed by GitHub
parent dd5e5098b8
commit acc92461b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Installation
run: yarn
- name: Lint
run: yarn lint
run: yarn lint:ci
- name: Prettier Code
run: yarn prettier:diff
- name: Prettier Docs