Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T04:29:37.051Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

run_tests.yml

24 lines · 608 B · yaml
1# Generated from xtask::workflows::extensions::run_tests within the Zed repository.
2# Rebuild with `cargo xtask workflows`.
3name: extensions::run_tests
4on:
5  pull_request:
6    branches:
7    - '**'
8  push:
9    branches:
10    - main
11permissions:
12  contents: read
13jobs:
14  call_extension_tests:
15    permissions:
16      contents: read
17    uses: zed-industries/zed/.github/workflows/extension_tests.yml@main
18concurrency:
19  group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}pr
20  cancel-in-progress: true
21defaults:
22  run:
23    shell: bash -euxo pipefail {0}
24
Served at tenant.openagents/omega Member data and write actions are omitted.