[ci] add XML lint to dependency; enable xml format in CI

This commit is contained in:
tangxifan 2022-10-07 10:21:14 -07:00
parent 6c12e8dc24
commit 5e220048ab
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,8 @@ jobs:
config:
- name: "C/C++"
code_type: "-cpp"
- name: "XML"
code_type: "-xml"
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.9.1

View File

@ -59,4 +59,5 @@ sudo apt-get install -y \
clang-7 \
clang-8 \
clang-10 \
clang-format-10
clang-format-10 \
libxml2-utils