Files
msg-tool/.github/workflows/CI.yml
2025-08-09 14:10:27 +08:00

28 lines
515 B
YAML

name: CI
on:
push:
paths-ignore:
- README.md
- '.github/workflows/github-pages.yml'
branches:
- master
pull_request:
paths-ignore:
- README.md
- '.github/workflows/github-pages.yml'
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