Skip to content

Commit 7373f26

Browse files
committed
Implement skill pipeline and document CI usage
1 parent d3471e1 commit 7373f26

48 files changed

Lines changed: 8449 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__pycache__/
2+
*.py[cod]
3+
*.egg-info/
4+
.pytest_cache/
5+
.code2skill/
6+
.code2skill-*/
7+
build/
8+
dist/

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include LICENSE
2+
include README.md
3+
graft tests
4+
prune .code2skill
5+
prune tests/__pycache__
6+
global-exclude __pycache__ *.py[cod]

0 commit comments

Comments
 (0)