Skip to content

Commit 5946b55

Browse files
committed
fix: working directory here
1 parent 8cb668f commit 5946b55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr-commit-linting.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
node-version: lts/*
1919

2020
- name: Install dependencies
21-
working-directory: ./web
2221
run: npm install
2322

2423
- name: Generate ESLint report
25-
working-directory: ./web
2624
run: yarn run lint:report
2725

2826
- name: Annotate Code Linting Results

0 commit comments

Comments
 (0)