项目作者: gqlmod
项目描述 :
GitHub Action to check GraphQL queries
高级语言: Python
项目地址: git://github.com/gqlmod/check-action.git
gqlmod checker
Example:
name: gqlmod
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: gqlmod/check-action@trunk
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}