Skip to content

Commit 1b284d2

Browse files
authored
Merge branch 'main' into release-plz-2023-12-28T20-38-20Z
2 parents 0d68d59 + 57069cf commit 1b284d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,7 @@ jobs:
149149
run: editorconfig-checker
150150

151151
- name: Check lints
152-
run: |
153-
sed -i 's|"../../config/"|"../../../config/"|' crates/daktilo_lib/src/embed.rs
154-
sed -i 's|"../../sounds/"|"../../../sounds/"|' crates/daktilo_lib/src/embed.rs
155-
cargo clippy -- -D warnings
152+
run: cargo clippy -- -D warnings
156153

157154
- name: Run cargo-deny
158155
uses: EmbarkStudios/cargo-deny-action@v1

0 commit comments

Comments
 (0)