An open API service indexing awesome lists of open source software.

https://github.com/klakegg/xsdchecker


https://github.com/klakegg/xsdchecker

docker-image graal-native xsd-validation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# XsdChecker

Supports XSD 1.0.

```yaml
- name: Validate using XSDs
uses: klakegg/xsdchecker@master
with:
script: |
xc --xsd-1.0 **/*.xsd
xc --xslt-2.0 **/*.xslt
```