Compare commits
2 Commits
70e9d3d27a
...
432f25a1fe
Author | SHA1 | Date | |
---|---|---|---|
432f25a1fe | |||
9dd296c681 |
10
.drone.yml
10
.drone.yml
@ -8,8 +8,11 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checks
|
- name: checks
|
||||||
image: nixery.dev/shell/git/libxml2/gnused/gnugrep/findutils/perl/file/mediainfo/curl:latest
|
image: debian:bookworm
|
||||||
commands:
|
commands:
|
||||||
|
- apt update
|
||||||
|
# Install required packages
|
||||||
|
- apt install --yes coreutils sed grep libxml2-utils git findutils perl-base file mediainfo curl
|
||||||
# Check whether non-EN news item would appear on front-page
|
# Check whether non-EN news item would appear on front-page
|
||||||
- bash tools/check-non-en-frontpage.sh news
|
- bash tools/check-non-en-frontpage.sh news
|
||||||
# Run pre-commit checks
|
# Run pre-commit checks
|
||||||
@ -24,3 +27,8 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: 4c0dd0f272458d12234c72f66c4d420069591cac83819644df3c03a280102ded
|
||||||
|
|
||||||
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user