Skip to content

Commit 81ce9bc

Browse files
committed
[ci] Fix linting web sources
1 parent 7e3b67f commit 81ce9bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/webui_lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Run linter
22-
run: make web-lint
22+
run: |
23+
autoreconf -vi
24+
./configure
25+
make web-lint

0 commit comments

Comments
 (0)