Skip to content

Commit 22f2554

Browse files
committed
ci: w3.org missed the certifcate date
1 parent 606a9d1 commit 22f2554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sudo apt-get install --no-install-recommends -y libxml2-utils
2929

3030
- name: Retrieve XML Schema
31-
run: curl -O https://www.w3.org/2012/04/XMLSchema.xsd
31+
run: curl -kO https://www.w3.org/2012/04/XMLSchema.xsd
3232

3333
# Show XML violations inline in the file diff.
3434
# @link https://github.com/marketplace/actions/xmllint-problem-matcher

0 commit comments

Comments
 (0)