We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606a9d1 commit 22f2554Copy full SHA for 22f2554
.github/workflows/validate.yml
@@ -28,7 +28,7 @@ jobs:
28
run: sudo apt-get install --no-install-recommends -y libxml2-utils
29
30
- name: Retrieve XML Schema
31
- run: curl -O https://www.w3.org/2012/04/XMLSchema.xsd
+ run: curl -kO https://www.w3.org/2012/04/XMLSchema.xsd
32
33
# Show XML violations inline in the file diff.
34
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
0 commit comments