Skip to content

fix: correct a piece of few shot prompt #68

fix: correct a piece of few shot prompt

fix: correct a piece of few shot prompt #68

Workflow file for this run

on: [push, pull_request, workflow_dispatch]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- name: svelte-check
run: bun check
- name: eslint
run: bun lint