mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Run npm run format
- This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532
This commit is contained in:
committed by
N. Taylor Mullen
parent
fa264e4286
commit
383b917784
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -4,9 +4,9 @@ name: Gemini Code CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ] # Run on pushes to the main branch
|
||||
branches: [main] # Run on pushes to the main branch
|
||||
pull_request:
|
||||
branches: [ main ] # Run on pull requests targeting the main branch
|
||||
branches: [main] # Run on pull requests targeting the main branch
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# Specify the Node.js versions you want to test against
|
||||
node-version: [ 20.x ] # You can add more like [18.x, 20.x]
|
||||
node-version: [20.x] # You can add more like [18.x, 20.x]
|
||||
|
||||
steps:
|
||||
# 1. Checkout Code
|
||||
@@ -60,4 +60,4 @@ jobs:
|
||||
# 8. Testing
|
||||
# Uncomment when we have tests.
|
||||
#- name: Run tests
|
||||
# run: npm test
|
||||
# run: npm test
|
||||
|
||||
Reference in New Issue
Block a user