Skip to content

Commit 949a0b9

Browse files
committed
Run linters in conf
1 parent 8923240 commit 949a0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Run linters
5050
working-directory: .
5151
run: |
52-
chmod +x ./run_linters.sh
53-
./run_linters.sh
52+
chmod +x 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)