Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Replace All-Hands-AI references with OpenHands #1

Replace All-Hands-AI references with OpenHands

Replace All-Hands-AI references with OpenHands #1

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
with:
enable-cache: true
- run: uv run ./bin/lint
- run: uv run ./bin/test
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}