Skip to content

Commit 368f7e3

Browse files
committed
Fix Code Quality CI config
1 parent f321e49 commit 368f7e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/code_quality.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@ name: 'Code quality'
22
on:
33
workflow_call:
44

5-
defaults:
6-
run:
7-
working-directory: /app
8-
95
jobs:
106
code_quality:
117
runs-on: ubuntu-latest
128
needs:
139
- rubocop
1410
steps:
1511
- run: echo "All code quality checks complete."
16-
working-directory: '/'
1712

1813
rubocop:
1914
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)