This website works better with JavaScript.
Home
Explore
Help
Sign In
FSFE
/
fsfe-website
Watch
21
Star
24
Fork
51
Code
Issues
55
Pull Requests
11
Releases
0
Wiki
Activity
Browse Source
do not build twice for pull requests
pull/1646/head
Max Mehl
4 months ago
parent
2cbbe7d28e
commit
d2a01d860c
Signed by:
max.mehl
GPG Key ID:
2704E4AB371E2E92
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.drone.yml
+ 4
- 0
.drone.yml
View File
@ -11,3 +11,7 @@ steps:
commands:
-
find . -type f \( -iname "*.xhtml" -o -iname "*.xml" -o -iname "*.xsl" \) -exec xmllint --noout {} +
-
bash tools/check-non-en-frontpage.sh news
when:
branch:
-
master
-
test
Write
Preview
Loading…
Cancel
Save