summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-27 03:19:34 -0400
committerDax Raad <[email protected]>2025-09-27 03:19:34 -0400
commit468d919a927c686fa99e9cd7dae11d6036126577 (patch)
treedc8f0934f6924934f6bd840f4a476e8076e864d6 /.github/workflows
parent7e5527379d2ad9cc4a1777dcaaaad523a0df94e7 (diff)
downloadopencode-468d919a927c686fa99e9cd7dae11d6036126577.tar.gz
opencode-468d919a927c686fa99e9cd7dae11d6036126577.zip
ci: fix
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ad1e02049..73516f2ec 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
- production
workflow_dispatch:
jobs:
- format:
+ test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository