Skip to content

Commit

Permalink
ci: add gqlgen generate step 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Feb 13, 2024
1 parent 4837427 commit a49a1f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: true
- name: Run gqlgen generate
run: make graphql
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
run:
timeout: 5m
tests: false
go: "1.21"
skip-files:
- internal/graph/generated.go

0 comments on commit a49a1f1

Please sign in to comment.