chore: remove unused port configs in favor of custom serve & move api-peer from 6422->6421 #2187
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: javascript | |
on: | |
pull_request: | |
paths: | |
- frontend/** | |
- sdks/typescript/runner/** | |
jobs: | |
quality: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: biomejs/setup-biome@v2 | |
with: | |
version: latest | |
- name: Run Biome | |
run: biome check . --reporter=github |