Add github workflows for rust and typescript lint checks
5 files changed
+38
-4
d621f478
→
b68a31fe
added .github/workflows/check.yml
@@ -0,0 +1,35 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
added build/.gitkeep
modified src-tauri/build.rs
@@ -1,3 +1,3 @@
|
|
| - | |
| + | |
|
modified src-tauri/src/auth.rs
@@ -13,7 +13,7 @@ pub fn authenticate(ctx: tauri::State<AppState>) -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src-tauri/src/lib.rs
@@ -17,8 +17,7 @@ pub fn run() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|