Skip to content

fix(task): rewrite main-session gate prompt to prevent self-answering… #1104

fix(task): rewrite main-session gate prompt to prevent self-answering…

fix(task): rewrite main-session gate prompt to prevent self-answering… #1104

Workflow file for this run

name: lint
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run oxlint
run: bun lint