Skip to content

Commit 77a3cb3

Browse files
committed
fix backend report
1 parent 73757b7 commit 77a3cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Code analysis
4545
run: |
4646
FILENAME=api.lint.audit.json
47-
WORKDIR="./redisinsight/api"
47+
WORKDIR="."
4848
4949
yarn lint:api -f json -o $FILENAME || true &&
5050
FILENAME=$FILENAME WORKDIR=$WORKDIR TARGET="API" node .github/lint-report.js &&

0 commit comments

Comments
 (0)