test: debug workflow

This commit is contained in:
lilong.129
2025-08-02 22:13:32 +08:00
parent c61c5af334
commit 84f038344a
2 changed files with 17 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ on:
types: [opened, assigned, edited]
pull_request_review:
types: [submitted]
workflow_dispatch:
jobs:
claude:

16
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Test Actions
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo test
run: echo "GitHub Actions is working!"