Skip to content

[AgentSubmit] ing-soft @dylanstringa #521

[AgentSubmit] ing-soft @dylanstringa

[AgentSubmit] ing-soft @dylanstringa #521

Workflow file for this run

name: Test CI
on:
pull_request:
push:
branches:
- '!main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install deps
run: bun i
- name: lint
run: bun run test