0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

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

Fixes: https://codeberg.org/forgejo/docs/issues/133
This commit is contained in:
Earl Warren 2023-09-18 16:56:16 +02:00
parent 5cb08022ad
commit 7cf7e9fd8c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

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