Skip to content

Commit aa0d671

Browse files
committed
[DEVTOOLS-574] Fix github checks.
1 parent ecbe447 commit aa0d671

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [pull_request]
55
jobs:
66
lint:
77
runs-on: ubuntu-latest
8+
defaults:
9+
run:
10+
working-directory: ./services/app
811

912
strategy:
1013
matrix:
@@ -35,6 +38,9 @@ jobs:
3538

3639
typescript:
3740
runs-on: ubuntu-latest
41+
defaults:
42+
run:
43+
working-directory: ./services/app
3844

3945
strategy:
4046
matrix:

0 commit comments

Comments
 (0)