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:
Taylor Mullen
2025-04-18 18:08:43 -04:00
committed by N. Taylor Mullen
parent fa264e4286
commit 383b917784
26 changed files with 211 additions and 208 deletions

View File

@@ -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