This website requires JavaScript.
Explore
Help
Sign In
Orange-OpenSource
/
hurl
Watch
1
Star
1
Fork
0
You've already forked hurl
mirror of
https://github.com/Orange-OpenSource/hurl.git
synced
2024-12-18 08:02:12 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c1b7dd8af
hurl
/
bin
/
check
/
xmllint.sh
6 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
Move xmllint check to check workflow
2022-07-29 15:55:02 +03:00
#!/bin/bash
Standardised shell scripts shebang and error handling
2022-12-14 11:28:25 +03:00
set
-Eeuo pipefail
Move xmllint check to check workflow
2022-07-29 15:55:02 +03:00
xmllint --noout integration/tests_*/*.html
Standardised shell scripts shebang and error handling
2022-12-14 11:28:25 +03:00
Reference in New Issue
Copy Permalink