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 e4ac74cCopy full SHA for e4ac74c
.github/workflows/webui_lint.yml
@@ -18,5 +18,13 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
+ - name: Install dependencies
22
+ run: |
23
+ sudo apt-get update
24
+ sudo apt-get install -yq build-essential clang clang-tools git autotools-dev autoconf libtool gettext gawk gperf bison flex libconfuse-dev libunistring-dev libsqlite3-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev libasound2-dev libxml2-dev libgcrypt20-dev libavahi-client-dev zlib1g-dev libevent-dev libplist-dev libsodium-dev libcurl4-openssl-dev libjson-c-dev libprotobuf-c-dev libpulse-dev libwebsockets-dev libgnutls28-dev
25
+
26
- name: Run linter
- run: make web-lint
27
28
+ autoreconf -vi
29
+ ./configure
30
+ make web-lint
0 commit comments