Skip to content

Commit

Permalink
[honk] format honk during workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Apr 4, 2021
1 parent 638886e commit 8bed29d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ docs-ofl = "doc --manifest-path ofl/Cargo.toml --workspace --no-deps"
# honk

honk = "run --manifest-path honk/Cargo.toml --release --"
honk-flow = "watch --clear -w honk/src -w honk/Cargo.toml -w Cargo.toml -x honk"
fmt-honk = "fmt --manifest-path honk/Cargo.toml"
honk-flow = "watch -w honk/src -w honk/Cargo.toml -w Cargo.toml -x fmt-honk -x honk"

0 comments on commit 8bed29d

Please sign in to comment.