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 18327f4 commit 8e5c460Copy full SHA for 8e5c460
.github/workflows/xml_validate.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: "Checkout repository"
13
uses: actions/checkout@master
14
+ - name: "Update APT repositories"
15
+ run: "sudo apt update"
16
- name: "Install xmllint"
17
run: "sudo apt-get -y install libxml2-utils"
18
- name: "Validate XMLs"
0 commit comments