mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-11 15:29:30 -05: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:
|
||||
- cargo fmt --all -- --check --verbose
|
||||
|
||||
cache:
|
||||
key: fmt-cache
|
||||
paths:
|
||||
- ~/.cargo/bin/
|
||||
- ~/.cargo/git/db/
|
||||
- ~/.cargo/registry/cache/
|
||||
- ~/.cargo/registry/index/
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
# base earthly setup for jobs
|
||||
.base:
|
||||
|
Loading…
Reference in New Issue
Block a user