Skip to content

Commit

Permalink
chore(ci): remove embed location
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 10, 2024
1 parent d4df240 commit 57069cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,7 @@ jobs:
run: editorconfig-checker

- name: Check lints
run: |
sed -i 's|"../../config/"|"../../../config/"|' crates/daktilo_lib/src/embed.rs
sed -i 's|"../../sounds/"|"../../../sounds/"|' crates/daktilo_lib/src/embed.rs
cargo clippy -- -D warnings
run: cargo clippy -- -D warnings

- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
Expand Down

0 comments on commit 57069cf

Please sign in to comment.