Add features for each script type

This commit is contained in:
2025-06-02 22:31:46 +08:00
parent abf30c8a55
commit 52811fe2eb
6 changed files with 107 additions and 0 deletions

21
.github/workflows/CI.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install toml
run: pip3 install toml
- name: Check
run: python check_features.py