0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

[CI] show the diff that would make things pretty if they are not

Fixes: https://codeberg.org/forgejo/docs/issues/133
(cherry picked from commit 7cf7e9fd8c)
This commit is contained in:
Earl Warren 2023-09-18 16:56:16 +02:00 committed by github-actions[bot]
parent 1fb38ef0fa
commit 27a3b757c7

View file

@ -15,7 +15,8 @@ jobs:
corepack enable
pnpm install --frozen-lockfile
pnpm run lint:remark
pnpm run lint:prettier
pnpm run format:prettier
git diff --exit-code
- name: get forgejo.org and move the docs
run: |
git clone --recursive --depth 1 https://codeberg.org/forgejo/website/ /tmp/website