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 30217fb commit e6b6f67Copy full SHA for e6b6f67
.github/workflows/ui-development.yml
@@ -15,14 +15,12 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Install dependencies
18
- run: |
19
- cd ui
20
- npm ci
+ run: npm ci
+ working-directory: src/ui
21
22
- name: Run quality and typing checks
23
24
25
- make quality
+ run: make quality
26
27
precommit-check:
28
permissions:
@@ -33,11 +31,9 @@ jobs:
33
31
34
32
35
36
37
38
39
40
- name: Run pre-commit checks
41
42
43
- npx husky run pre-commit
+ run: npx husky run pre-commit
0 commit comments