Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SpecSync

[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-SpecSync%20Check-blue?logo=github)](https://github.com/marketplace/actions/specsync-check)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-SpecSync-blue?logo=github)](https://github.com/marketplace/actions/specsync)

Bidirectional spec-to-code validation. Keep your module specs and source code in sync with CI-enforced contract checking.

**Written in Rust. Language-agnostic. Blazing fast.**

> **Now available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync-check)** — add spec validation to any repo in one step.
> **Now available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync)** — add spec validation to any repo in one step.

## What it does

Expand Down Expand Up @@ -38,7 +38,7 @@ Language is auto-detected from file extensions. The same spec format works for a

### GitHub Action (recommended)

Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync-check). Add to any workflow:
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync). Add to any workflow:

```yaml
- uses: CorvidLabs/spec-sync@v1
Expand Down Expand Up @@ -231,7 +231,7 @@ Flags:

## GitHub Action

Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync-check). Use SpecSync as a reusable GitHub Action — no manual binary download needed.
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync). Use SpecSync as a reusable GitHub Action — no manual binary download needed.

### Basic usage

Expand Down
Loading