ci: don't reformat -sys
This commit is contained in:
parent
486c60489a
commit
ad6e0569be
|
|
@ -25,7 +25,7 @@ stages:
|
||||||
check:
|
check:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --package ostree -- --check
|
||||||
- rm -rf src/auto/
|
- rm -rf src/auto/
|
||||||
- make gir
|
- make gir
|
||||||
- git diff -R --exit-code
|
- git diff -R --exit-code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue