Skip to content

Commit 9a8b7be

Browse files
committed
fix(lint): fix lint erros
1 parent 99ff09e commit 9a8b7be

3 files changed

Lines changed: 73 additions & 88 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: yarn typecheck
3030

3131
- name: Run linting
32-
run: yarn lint
32+
run: yarn lint

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,3 @@ jobs:
3030

3131
- name: Run frontend tests
3232
run: yarn test
33-
34-
# rust-tests:
35-
# name: Rust Tests
36-
# runs-on: ubuntu-latest
37-
38-
# steps:
39-
# - uses: actions/checkout@v4
40-
41-
# - name: Setup Rust
42-
# uses: dtolnay/rust-toolchain@stable
43-
44-
# - name: Cache Rust dependencies
45-
# uses: swatinem/rust-cache@v2
46-
# with:
47-
# workspaces: ./src-tauri -> target
48-
49-
# - name: Run Rust tests
50-
# run: cd src-tauri && cargo test

0 commit comments

Comments
 (0)