Skip to content

Commit aaa68cd

Browse files
committed
Fix bug where CI is not running on frontend folder
1 parent 79c9a4a commit aaa68cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
check-lint:
99
runs-on: ubuntu-latest
10+
11+
defaults:
12+
run:
13+
working-directory: frontend
14+
1015
steps:
1116
- uses: actions/checkout@v4
1217

0 commit comments

Comments
 (0)