mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
github actions: Drop HTML validation
Its seems `xmllint` is mainly an XML validator and not a HTML validator and can't find a decent command line HTML validator.
This commit is contained in:
6
.github/workflows/action.yml
vendored
6
.github/workflows/action.yml
vendored
@@ -145,9 +145,3 @@ jobs:
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ${{ matrix.configure-opts }} -DCMAKE_FIND_FRAMEWORK=NEVER
|
||||
cmake --build .
|
||||
ctest -V
|
||||
|
||||
- name: Check documentation
|
||||
if: startsWith(matrix.os,'ubuntu') && startsWith(matrix.build-system,'autotools')
|
||||
run: |
|
||||
xmllint --valid --noout doc/html/*.html;
|
||||
xmllint --valid --noout doc/html/api/*.html;
|
||||
|
||||
Reference in New Issue
Block a user