This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Commit 6acb4aa
committed
ci: Ignore duplicate files when linting package
We use a github action:
https://github.com/hynek/build-and-inspect-python-package?tab=readme-ov-file
which runs a script to lint the python wheel it builds:
https://pypi.org/project/check-wheel-contents/
This tool is warning about duplicate files between v2 and v3. The
skills schema did not change intentionally and we still want a copy in
both places.
Signed-off-by: Russell Bryant <[email protected]>1 parent 3e808f1 commit 6acb4aa
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
0 commit comments