aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 765910f9..9f904a2a 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -140,7 +140,7 @@ jobs:
steps:
- name: deps
- run: apk add --no-cache python3 py3-pip make git black
+ run: apk add --no-cache python3 py3-pip make git black sed diffutils
- uses: actions/checkout@v3
with:
@@ -158,6 +158,9 @@ jobs:
- name: Check python with flake8
run: flake8 Translations
+ - name: Check autogenerated Documentation/README.md
+ run: /bin/sh ./scripts/deploy.sh docs_readme
+
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest