Skip to content

v0.7.0

Compare
Choose a tag to compare
@kamilkisiela kamilkisiela released this 04 Jan 23:51
· 2258 commits to master since this release
8ca41e5

Github Actions

workflow "On Push" {
  on = "push"
  resolves = "Check GraphQL"
}

workflow "On Pull Request" {
  on = "pull_request"
  resolves = "Check GraphQL"
}

action "Check GraphQL" {
  uses = "kamilkisiela/graphql-inspector"
  secrets = ["GITHUB_TOKEN"]
}