mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Merge branch 'ci/format' into 'main'
Skip format job during release runs See merge request veilid/veilid!314
This commit is contained in:
commit
13646f4458
@ -20,13 +20,10 @@ format:
|
|||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check --verbose
|
- cargo fmt --all -- --check --verbose
|
||||||
|
|
||||||
cache:
|
rules:
|
||||||
key: fmt-cache
|
- if: $CI_COMMIT_TAG
|
||||||
paths:
|
when: never
|
||||||
- ~/.cargo/bin/
|
- when: always
|
||||||
- ~/.cargo/git/db/
|
|
||||||
- ~/.cargo/registry/cache/
|
|
||||||
- ~/.cargo/registry/index/
|
|
||||||
|
|
||||||
# base earthly setup for jobs
|
# base earthly setup for jobs
|
||||||
.base:
|
.base:
|
||||||
|
Loading…
Reference in New Issue
Block a user