mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
Use better command.
This commit is contained in:
parent
64f277b3e5
commit
10e2777434
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
./helpers/json2redirects.sh book/link2alias.json > site/redirects
|
||||
# Verify nothing has changed, meaning that the redirect file is up-to-date
|
||||
- run: |
|
||||
git diff-index --quiet HEAD || (echo "Redirects are out-of-date" && git diff && exit 1)
|
||||
git diff --exit-code site/redirects
|
||||
|
||||
formatter:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue