We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3b67f commit 81ce9bcCopy full SHA for 81ce9bc
.github/workflows/webui_lint.yml
@@ -19,4 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Run linter
22
- run: make web-lint
+ run: |
23
+ autoreconf -vi
24
+ ./configure
25
+ make web-lint
0 commit comments