Skip to content

Commit db4b8d9

Browse files
authored
Dprint plugins update (#16)
* chore: update dprint checker * doc: ran dprint fmt
1 parent 74bcc0b commit db4b8d9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ jobs:
9999
You can add another job after `create_release`, e.g. `release_to_crates`, triggered only when the first is successfully completed i.e. when the release is published with:
100100

101101
```yaml
102-
release_to_crates:
103-
name: Release to crates.io
104-
uses: farcaster-project/workflows/.github/workflows/release-to-crates-io.yml@v1.0.2
105-
needs: create_release
106-
secrets:
107-
cratesio_token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
102+
release_to_crates:
103+
name: Release to crates.io
104+
uses: farcaster-project/workflows/.github/workflows/release-to-crates-io.yml@v1.0.2
105+
needs: create_release
106+
secrets:
107+
cratesio_token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
108108
```
109109

110110
Or use the method below with `workflow_run: workflows: ["Name of the worflow"]` to keep separated files.

dprint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"includes": ["**/*.{md,toml}"],
88
"excludes": [],
99
"plugins": [
10-
"https://plugins.dprint.dev/markdown-0.11.0.wasm",
11-
"https://plugins.dprint.dev/toml-0.5.2.wasm"
10+
"https://plugins.dprint.dev/markdown-0.13.3.wasm",
11+
"https://plugins.dprint.dev/toml-0.5.4.wasm"
1212
]
1313
}

0 commit comments

Comments
 (0)