add lint/format scripts and fix all biome errors (#233)

Add `lint`, `lint:fix`, `format`, and `format:fix` package.json scripts
backed by biome. Add AGENTS.md rule for agents to run them after changes.
Fix all existing lint and format violations across the codebase.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Colin McDonnell
2026-02-06 07:18:00 +00:00
committed by pullfrog[bot]
parent 1d59fd3d21
commit 6deeea7032
4 changed files with 29 additions and 27 deletions
-1
View File
@@ -2,7 +2,6 @@ import { createSign } from "node:crypto";
import * as core from "@actions/core";
import { throttling } from "@octokit/plugin-throttling";
import { Octokit } from "@octokit/rest";
import { log } from "./cli.ts";
import { retry } from "./retry.ts";
export interface InstallationToken {