This website works better with JavaScript.
Home
Explore
Help
Sign In
FSFE
/
fsfe-website
Watch
20
Star
24
Fork
52
Code
Issues
54
Pull Requests
8
Releases
0
Wiki
Activity
Browse Source
actually add meaningful drone steps
pull/161/head
Max Mehl
3 years ago
parent
7faf710788
commit
ce833235d7
Signed by:
max.mehl
GPG Key ID:
2704E4AB371E2E92
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
.drone.yml
+ 5
- 1
.drone.yml
View File
@ -1 +1,5 @@
https://git.fsfe.org/max.mehl/fsfe-website/src/branch/master/.drone.yml
pipeline:
syntaxcheck:
image
:
vsasyan/xmllint
commands:
-
find . -type f \( -iname "*.xhtml" -o -iname "*.xml" -o -iname "*.xsl" \) -exec xmllint --noout {} +
Write
Preview
Loading…
Cancel
Save