Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 401 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 401 Bytes

GraphQL Linter Action

This action lints the GraphQL Schemas sent in the input.

Inputs

graphql-schemas

Required GraphQL Schemas to lint.

Example usage

uses: actions/[email protected]
with:
  graphql-schemas: 'app/graphql.schema'
uses: actions/[email protected]
with:
  graphql-schemas: 'graphql1.schema,graphql2.schema'