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:
parent
5cb08022ad
commit
7cf7e9fd8c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue