Skip to content

Commit 7f3dfc8

Browse files
committed
Try to run linters in same env
1 parent 8e9ef2e commit 7f3dfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: .
5151
run: |
5252
chmod +x conf/run_linters.sh
53-
conf/run_linters.sh
53+
. conf/run_linters.sh
5454
#- name: Cache SonarQube packages
5555
# uses: actions/cache@v4
5656
# with:

0 commit comments

Comments
 (0)