Skip to content

Commit 28ec2e7

Browse files
Build local ESLint plugin in CI
1 parent 81a37e1 commit 28ec2e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.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: Build local ESLint plugin
42+
run: pnpm run build:eslint-plugin
43+
4144
- name: Run ESLint
4245
run: pnpm -C uapi run lint
4346

0 commit comments

Comments
 (0)