We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ec7de commit 2745025Copy full SHA for 2745025
.github/workflows/codeql-analysis.yml
.github/workflows/lint.yaml
@@ -59,9 +59,6 @@ jobs:
59
exit 1 \
60
)
61
62
- - name: Generate Types
63
- run: pnpm graphql:generate
64
-
65
- name: Operation Check
66
run: |
67
npx graphql-inspector validate \
.github/workflows/main.yaml
@@ -65,10 +65,6 @@ jobs:
code-style:
uses: ./.github/workflows/lint.yaml
68
- # CodeQL
69
- static-analysis:
70
- uses: ./.github/workflows/codeql-analysis.yml
71
72
# TypeScript Typecheck and compiler checks
73
typescript:
74
uses: ./.github/workflows/typescript-typecheck.yaml
0 commit comments