Skip to content

Commit 8c75fc7

Browse files
committed
more unused deps, ignore markdown changes in github actions
1 parent d38c084 commit 8c75fc7

4 files changed

Lines changed: 5 additions & 32 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: build & test
2-
on: [push]
2+
on:
3+
push:
4+
paths-ignore:
5+
- "**.md"
36
jobs:
47
build:
58
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 1 addition & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ hex = "0.4"
4646
wasm-bindgen-futures = "0.4"
4747
serde_bytes = "0.11"
4848
worker = "0.0.18"
49-
async-watch = "0.3"
50-
async-lock = "2.8"
5149
event-listener = "3.0"
5250
sha2 = "0.10.8"
5351

lib/sqlsync-worker/sqlsync-wasm/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ bs58.workspace = true
2424
tsify = { workspace = true, features = ["js"] }
2525
serde_bytes.workspace = true
2626
rand.workspace = true
27-
async-watch.workspace = true
28-
async-lock.workspace = true
2927
event-listener.workspace = true
3028
sha2.workspace = true
3129

0 commit comments

Comments
 (0)