Skip to content

Bump github.com/99designs/gqlgen from 0.17.20 to 0.17.40 #46

Bump github.com/99designs/gqlgen from 0.17.20 to 0.17.40

Bump github.com/99designs/gqlgen from 0.17.20 to 0.17.40 #46

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- "**"
# This concurrency group exists with cancel-in-progress: true so that only the latest run of the workflow is executed (as its all that should matter).
concurrency:
group: pr-build-and-test-${{ github.ref }}
cancel-in-progress: true
jobs:
Run_Tests:
uses: ./.github/workflows/run_tests.yml
Pre_Commit:
uses: ./.github/workflows/pre_commit.yml