项目作者: gqlmod

项目描述 :
GitHub Action to check GraphQL queries
高级语言: Python
项目地址: git://github.com/gqlmod/check-action.git
创建时间: 2019-09-15T02:01:20Z
项目社区:https://github.com/gqlmod/check-action

开源协议:GNU General Public License v3.0

下载


gqlmod checker

Example:

  1. name: gqlmod
  2. on: push
  3. jobs:
  4. check:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v1
  8. with:
  9. fetch-depth: 1
  10. - uses: gqlmod/check-action@trunk
  11. with:
  12. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}