Skip to content

Commit 8988183

Browse files
authored
ignore generated files (#106)
* ignore generated files * fix ci
1 parent 3fbb0cc commit 8988183

File tree

5 files changed

+9
-1812
lines changed

5 files changed

+9
-1812
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install dependencies
3939
run: pnpm install --frozen-lockfile
4040

41+
- name: Generate plugin registry
42+
run: pnpm discover-plugins
43+
4144
- name: Run check
4245
run: pnpm check
4346

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@ yarn-error.log*
4242
next-env.d.ts
4343
.env*.local
4444

45-
tmp/
45+
tmp/
46+
47+
# generated files
48+
lib/types/integration.ts
49+
lib/codegen-registry.ts
50+
lib/step-registry.ts

0 commit comments

Comments
 (0)