Skip to content

gqlmod/check-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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