Add codegen step to security workflow and fix prettier formatting

This commit is contained in:
2026-02-13 01:51:37 +03:00
parent 62550b442b
commit 0b0519bff8
6 changed files with 44 additions and 26 deletions
+3
View File
@@ -37,6 +37,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Generate types
run: ./node_modules/.bin/subql codegen pezkuwi.yaml
- name: Build
run: ./node_modules/.bin/subql build pezkuwi.yaml