Skip to content

Commit df1ce15

Browse files
committed
chore(ci): Make quoted YAML values consistent
1 parent e8e8cc6 commit df1ce15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515

1616
env:
1717
CARGO_TERM_COLOR: always
18-
CARGO_INCREMENTAL: '0'
19-
CARGO_PROFILE_DEV_DEBUG: '0'
18+
CARGO_INCREMENTAL: "0"
19+
CARGO_PROFILE_DEV_DEBUG: "0"
2020
RUST_TOOLCHAIN_VERSION: "1.89.0"
2121
RUSTFLAGS: "-D warnings"
2222
RUSTDOCFLAGS: "-D warnings"

.github/workflows/daily_security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Security audit
33

44
on:
55
schedule:
6-
- cron: '15 4 * * *'
6+
- cron: "15 4 * * *"
77
workflow_dispatch:
88

99
permissions: {}

0 commit comments

Comments
 (0)