Skip to content

Commit

Permalink
ci: w3.org missed the certifcate date
Browse files Browse the repository at this point in the history
  • Loading branch information
ktomk committed Jun 2, 2021
1 parent 606a9d1 commit 22f2554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get install --no-install-recommends -y libxml2-utils

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

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

0 comments on commit 22f2554

Please sign in to comment.