mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 14:21:19 +00:00
fmt
This commit is contained in:
parent
e2c3214f9b
commit
13f5f5bbf9
1 changed files with 13 additions and 13 deletions
|
@ -5,19 +5,19 @@ variables:
|
||||||
- &muslrust_image "clux/muslrust:1.70.0"
|
- &muslrust_image "clux/muslrust:1.70.0"
|
||||||
- &slow_check_paths
|
- &slow_check_paths
|
||||||
- path:
|
- path:
|
||||||
# rust source code
|
# rust source code
|
||||||
- "**/*.rs"
|
- "**/*.rs"
|
||||||
- "**/Cargo.toml"
|
- "**/Cargo.toml"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
# database migrations
|
# database migrations
|
||||||
- "migrations"
|
- "migrations"
|
||||||
# typescript tests
|
# typescript tests
|
||||||
- "api_tests"
|
- "api_tests"
|
||||||
# config files and scripts used by ci
|
# config files and scripts used by ci
|
||||||
- ".woodpecker.yml"
|
- ".woodpecker.yml"
|
||||||
- ".rustfmt.toml"
|
- ".rustfmt.toml"
|
||||||
- "scripts/update_config_defaults.sh"
|
- "scripts/update_config_defaults.sh"
|
||||||
- "diesel.toml"
|
- "diesel.toml"
|
||||||
|
|
||||||
# Broken for cron jobs currently, see
|
# Broken for cron jobs currently, see
|
||||||
# https://github.com/woodpecker-ci/woodpecker/issues/1716
|
# https://github.com/woodpecker-ci/woodpecker/issues/1716
|
||||||
|
|
Loading…
Reference in a new issue