You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bidirectional spec-to-code validation. Keep your module specs and source code in sync with CI-enforced contract checking.
6
6
7
7
**Written in Rust. Language-agnostic. Blazing fast.**
8
8
9
-
> **Now available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync)** — add spec validation to any repo in one step.
9
+
> **Now available on the [GitHub Marketplace](https://github.com/marketplace/actions/spec-sync)** — add spec validation to any repo in one step.
10
10
11
11
## What it does
12
12
@@ -38,7 +38,7 @@ Language is auto-detected from file extensions. The same spec format works for a
38
38
39
39
### GitHub Action (recommended)
40
40
41
-
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync). Add to any workflow:
41
+
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/spec-sync). Add to any workflow:
42
42
43
43
```yaml
44
44
- uses: CorvidLabs/spec-sync@v1
@@ -231,7 +231,7 @@ Flags:
231
231
232
232
## GitHub Action
233
233
234
-
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync). Use SpecSync as a reusable GitHub Action — no manual binary download needed.
234
+
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/spec-sync). Use SpecSync as a reusable GitHub Action — no manual binary download needed.
0 commit comments