Skip to content

Commit

Permalink
[ci] Fix linting web sources
Browse files Browse the repository at this point in the history
  • Loading branch information
chme committed Jan 19, 2025
1 parent 7e3b67f commit 81ce9bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/webui_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run linter
run: make web-lint
run: |
autoreconf -vi
./configure
make web-lint

0 comments on commit 81ce9bc

Please sign in to comment.