Skip to content

Commit

Permalink
Add Psalm type coverage badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cracksalad committed Mar 6, 2024
1 parent 41f82e6 commit df4ad9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Psalm
uses: docker://ghcr.io/psalm/psalm-github-actions
with:
args: --shepherd

test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![License](http://poser.pugx.org/nerou/json-schema-validator/license)](https://packagist.org/packages/nerou/json-schema-validator)
[![Version](http://poser.pugx.org/nerou/json-schema-validator/version)](https://packagist.org/packages/nerou/json-schema-validator)
[![Psalm Type Coverage](https://shepherd.dev/github/nerou42/JSONSchemaValidator/coverage.svg)](https://packagist.org/packages/nerou/json-schema-validator)

Validates some [JSON Schema](https://json-schema.org/) files against the JSON Schema specification.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerou/json-schema-validator",
"version": "1.0.2",
"version": "1.0.3",
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit df4ad9c

Please sign in to comment.