Skip to content

Commit

Permalink
docs: fix contributing and added semantic release badge
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini committed Oct 13, 2022
1 parent 8f5c865 commit 7985043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VSCode is natively supported and configured with recommended extensions and sett
Before creating a pull request execute the following commands:

```console
npm run check && npm run fix && npm run test
npm run fix && npm run check && npm run test
```

## Setup
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![codecov](https://codecov.io/gh/carlocorradini/graphql-auth-directive/branch/main/graph/badge.svg?token=40X7S64UQI)](https://codecov.io/gh/carlocorradini/graphql-auth-directive)
[![Snyk](https://snyk.io/test/github/carlocorradini/graphql-auth-directive/badge.svg)](https://snyk.io/test/github/carlocorradini/graphql-auth-directive)
[![Codacy](https://app.codacy.com/project/badge/Grade/6e8bda1bf3b348f8b39de72499d01cc2)](https://www.codacy.com/gh/carlocorradini/graphql-auth-directive/dashboard?utm_source=github.com&utm_medium=referral&utm_content=carlocorradini/graphql-auth-directive&utm_campaign=Badge_Grade)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![FOSSA](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcarlocorradini%2Fgraphql-auth-directive.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcarlocorradini%2Fgraphql-auth-directive?ref=badge_small)

GraphQL `@auth` directive that protects resources from unauthenticated and unauthorized access.
Expand Down

0 comments on commit 7985043

Please sign in to comment.