initial commit
All checks were successful
Markdown Embedder / agent-embed-markdown (push) Successful in 47s

This commit is contained in:
2026-01-10 04:51:34 +00:00
commit 864958ee45
15 changed files with 33705 additions and 0 deletions

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

@@ -0,0 +1,24 @@
name: 'Unit Tests'
on:
pull_request:
workflow_dispatch:
issue_comment:
types:
- created
- edited
permissions:
contents: read
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Test Local Action
id: test
uses: ./
with:
debug: 'true'