We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111f9cd commit 5a18541Copy full SHA for 5a18541
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
test_and_build:
11
runs-on: ubuntu-latest
12
+ defaults:
13
+ run:
14
+ working-directory: ./gallery
15
16
steps:
17
- uses: actions/checkout@v4
@@ -30,21 +33,16 @@ jobs:
30
33
run_install: false
31
34
32
35
- name: 📥 Install dependencies
- working-directory: ./gallery
36
run: pnpm install
37
38
- name: 🔍 Run linter
39
run: pnpm lint
40
41
- name: 🧪 Run type check
42
run: pnpm typecheck
43
44
- name: 🧪 Run tests
45
46
run: pnpm test
47
48
- name: 🏗️ Build
49
50
run: pnpm build
0 commit comments