chore: use github's shared prettier-config

This commit is contained in:
Marais Rossouw
2025-07-24 19:11:15 +10:00
parent a2235c5511
commit 7e2aa19f3b
26 changed files with 351 additions and 559 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type * as core from '@actions/core'
import { vi } from 'vitest'
import {vi} from 'vitest'
export const debug = vi.fn<typeof core.debug>()
export const error = vi.fn<typeof core.error>()
+1 -2
View File
@@ -1,7 +1,6 @@
messages:
- role: system
content:
You are a helpful assistant that describes animals using JSON format
content: You are a helpful assistant that describes animals using JSON format
- role: user
content: |-
Describe a {{animal}}
+1 -1
View File
@@ -1,3 +1,3 @@
import { vi } from 'vitest'
import {vi} from 'vitest'
export const wait = vi.fn<typeof import('../src/wait.js').wait>()