chore: remove ci workflow and tests fixtures

This commit is contained in:
2026-05-15 02:58:30 +00:00
parent 3ab57be8da
commit 9d7f2eac3b
2 changed files with 0 additions and 240 deletions
-17
View File
@@ -1,17 +0,0 @@
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