Skip to content

Commit

Permalink
Run lint in CI for runtime-common
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenwerk committed Apr 9, 2024
1 parent 3bedc51 commit 0473fef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
if: always()
run: pnpm run lint
working-directory: packages/realm-server
- name: Lint Runtime Common
if: always()
run: pnpm run lint
working-directory: packages/runtime-common

ai-bot-test:
name: AI bot Tests
Expand Down

0 comments on commit 0473fef

Please sign in to comment.