There was an error while loading. Please reload this page.
1 parent 8d06d05 commit eee2b8fCopy full SHA for eee2b8f
2 files changed
.github/workflows/build.yml
@@ -17,6 +17,8 @@ jobs:
17
- name: Clone skills repo
18
run: |
19
git clone https://github.com/jfarcand/mirroir-skills.git ../mirroir-skills
20
+ mkdir -p .mirroir-mcp
21
+ ln -s "$(cd ../mirroir-skills && pwd)" .mirroir-mcp/skills
22
23
- name: Build (debug)
24
run: swift build
.github/workflows/mcp-compliance.yml
@@ -40,6 +40,8 @@ jobs:
40
41
42
43
44
45
46
- name: Setup Python
47
uses: actions/setup-python@v5
0 commit comments