Skip to content

Commit

Permalink
removed the link from bowtie-intro.md and change the version of `lych…
Browse files Browse the repository at this point in the history
…eeverse` action to 1
  • Loading branch information
Gmin2 committed Feb 29, 2024
1 parent e5e76c3 commit 52d67f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.0
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: '--base http://localhost:3000 --verbose --no-progress **/*.md'
args: '--base https://json-schema.org --verbose --no-progress **/*.md'

# we should add here deployment steps here
2 changes: 1 addition & 1 deletion pages/blog/posts/bowtie-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Bowtie attempts to bring these ideas to JSON Schema.

From the existing [list of JSON Schema implementations](https://json-schema.org/implementations.html#validators), Bowtie already [supports](https://github.com/orgs/bowtie-json-schema/packages) *12* implementations across *9* programming languages, allowing anyone to run any of these implementations and see what they have to say about schemas and instances.

It ships with a [command line program](https://docs.bowtie.report/en/stable/cli/), but perhaps more excitingly, ongoing automated runs of this CLI have been set up, such that Bowtie emits a [report across all of its supported implementations](https://bowtie-json-schema.github.io/bowtie/draft2020).
It ships with a [command line program](https://bowtie-json-schema.readthedocs.io/en/latest/cli/), but perhaps more excitingly, ongoing automated runs of this CLI have been set up, such that Bowtie emits a [report across all of its supported implementations](https://bowtie-json-schema.github.io/bowtie/draft2020).

To produce this report, Bowtie runs the [official JSON Schema Test Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite), which is our existing set of tests meant to exercise compliance with the JSON Schema specifications.
Many implementations already [use the suite within their own continuous integration](https://github.com/json-schema-org/JSON-Schema-Test-Suite#who-uses-the-test-suite), but this is the first time both users of JSON Schema as well as implementers can see results of running the suite in a single place, across many implementations.
Expand Down

0 comments on commit 52d67f9

Please sign in to comment.