Files
msg-tool/.github/workflows/CI.yml
2025-06-02 22:36:41 +08:00

22 lines
353 B
YAML

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
CARGO_TERM_COLOR: always
PYTHONUNBUFFERED: 1
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