We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc18d00 commit acf4fd0Copy full SHA for acf4fd0
.github/workflows/linting.yml
@@ -1,4 +1,4 @@
1
-name: Lint
+name: lint
2
on:
3
push:
4
branches: [main]
.github/workflows/testing.yml
-name: Test
+name: test
docs/_config.yml
@@ -17,6 +17,10 @@ aux_links:
17
- "https://github.com/rustaudio/rust-jack"
18
"Sponsor":
19
- "https://github.com/sponsors/wmedrano"
20
+ "crates.io":
21
+ - "https://crates.io/crates/jack"
22
+ "docs.rs":
23
+ - "https://docs.rs/jack/latest/jack"
24
callouts:
25
todo:
26
title: TODO
0 commit comments