Skip to content

build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.14 #563

build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.14

build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.14 #563

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- run: go mod download
- run: .github/workflows/check-fmt
- run: .github/workflows/check-generate