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 aff522a commit 06585a9Copy full SHA for 06585a9
.github/workflows/run-checks.yml
@@ -10,17 +10,17 @@ jobs:
10
with:
11
node-version: '18.16.1'
12
13
+ - name: Install dependencies ⚙️
14
+ run: yarn
15
+
16
- name: Lint 👀
- run: |
- yarn
- yarn lint
17
+ run: yarn lint
18
19
- name: Test 🚀
20
21
- yarn test
+ run: yarn test
22
23
- name: Build Storybook 📖
24
25
26
- yarn build-storybook
+ run: yarn build-storybook
+ - name: Storybook Tests (axe-core) ♿️
+ run: yarn storybook & yarn test-storybook
0 commit comments