feat(ci): Parallelize linting and move to larger runner

This change parallelizes the linting tasks in package.json and moves the lint job to a larger runner for a significant performance improvement. It also fixes an infinite loop that was introduced during the refactoring.
This commit is contained in:
mkorwel
2025-10-22 12:48:55 -07:00
parent b255e904fd
commit f0541c35ac
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ permissions:
jobs:
lint:
name: 'Lint All'
runs-on: 'ubuntu-latest'
runs-on: 'gemini-cli-ubuntu-16-core'
steps:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5