Skip to content
Open
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ If you have multiple schemas in the same folder, your `lint-staged` configuratio
}
```

### Usage with CI

- [Mega-Linter](https://nvuillam.github.io/mega-linter/) embeds 70+ linters including [graphql-schema-linter](https://nvuillam.github.io/mega-linter/descriptors/graphql_graphql_schema_linter/) in its default configuration. It can be used as a GitHub Action or in other CI tools

## Configuration file

In addition to being able to configure `graphql-schema-linter` via command line options, it can also be configured via
Expand Down