Skip to content

Register bwm_lfp as an official, opt-in agent dataset #28

Register bwm_lfp as an official, opt-in agent dataset

Register bwm_lfp as an official, opt-in agent dataset #28

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- uses: extractions/setup-just@v2
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: uv sync --extra dev
- name: Check
run: just check