Process updated agent kit
All checks were successful
Build / build (push) Successful in 21s
Release Dry Run / release-dry-run (push) Successful in 16s
Codex Template Compliance / template-compliance (push) Successful in 5s
Scheduled Security Scan / security-scan (push) Successful in 9s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 12s
All checks were successful
Build / build (push) Successful in 21s
Release Dry Run / release-dry-run (push) Successful in 16s
Codex Template Compliance / template-compliance (push) Successful in 5s
Scheduled Security Scan / security-scan (push) Successful in 9s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 12s
This commit is contained in:
12
README.md
12
README.md
@@ -42,12 +42,24 @@ Build:
|
||||
npm run build
|
||||
```
|
||||
|
||||
Lint/typecheck:
|
||||
|
||||
```powershell
|
||||
npm run lint
|
||||
```
|
||||
|
||||
Run tests:
|
||||
|
||||
```powershell
|
||||
npm test
|
||||
```
|
||||
|
||||
Audit production dependencies:
|
||||
|
||||
```powershell
|
||||
npm run audit
|
||||
```
|
||||
|
||||
CI verification runs on the Gitea runner through `.gitea/workflows/build.yml`.
|
||||
|
||||
## Project Structure
|
||||
|
||||
Reference in New Issue
Block a user