feat: support package name filtering and refactor cleanup flow

This commit is contained in:
2026-05-15 02:50:38 +00:00
parent 3305b57ac0
commit 528f8c75b3
5 changed files with 403 additions and 107 deletions
+17
View File
@@ -0,0 +1,17 @@
name: CI
on:
push:
branches:
- feat/解決問題
pull_request:
jobs:
test:
runs-on: ubuntu
steps:
- uses: actions/checkout@v4
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Run shell tests
run: bash tests/entrypoint.sh