Skip to content

Add more fmt

Add more fmt #8

Workflow file for this run

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