mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-21 02:12:15 -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
|
corepack enable
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
pnpm run lint:remark
|
pnpm run lint:remark
|
||||||
pnpm run lint:prettier
|
pnpm run format:prettier
|
||||||
|
git diff --exit-code
|
||||||
- name: get forgejo.org and move the docs
|
- name: get forgejo.org and move the docs
|
||||||
run: |
|
run: |
|
||||||
git clone --recursive --depth 1 https://codeberg.org/forgejo/website/ /tmp/website
|
git clone --recursive --depth 1 https://codeberg.org/forgejo/website/ /tmp/website
|
||||||
|
|
Loading…
Add table
Reference in a new issue