Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 309 Bytes

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 }}