Skip to repository content24 lines · 608 B · yaml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T01:39:53.881Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
run_tests.yml
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