Remove Nix, pre-commit, and related config files

Deleted Nix flake files, pre-commit configuration, environment files, sample data, and a batch script. Also commented out automatic triggers in the Docker GitHub Actions workflow, leaving only manual dispatch. This simplifies the repository by removing development environment and automation tooling.

Co-Authored-By: tt-P607 <68868379+tt-P607@users.noreply.github.com>
This commit is contained in:
雅诺狐
2025-08-17 21:03:27 +08:00
parent b618953322
commit 3155c4713f
10 changed files with 9 additions and 191 deletions

View File

@@ -1,15 +1,15 @@
name: Docker CI
on:
push:
branches:
- master
- develop
tags:
- "v*.*.*"
- "v*"
- "*.*.*"
- "*.*.*-*"
# push:
# branches:
# - master
# - develop
# tags:
# - "v*.*.*"
# - "v*"
# - "*.*.*"
# - "*.*.*-*"
workflow_dispatch: # 允许手动触发工作流
jobs: