We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3f6ac commit c7917d4Copy full SHA for c7917d4
.github/workflows/lint-source.yml
@@ -13,5 +13,7 @@ jobs:
13
registry-url: https://registry.npmjs.org
14
- name: Install dependencies
15
run: yarn
16
+ - name: Check code style
17
+ run: yarn format:check
18
- name: Check code quality
19
run: yarn lint
0 commit comments