Prettify md/yaml files (#74)

This commit is contained in:
Kian-Meng Ang 2022-09-02 00:36:47 +08:00 committed by GitHub
parent ba27e50164
commit b442402b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [ main ] branches: [main]
pull_request: pull_request:
branches: [ main ] branches: [main]
jobs: jobs:
cargo_build: cargo_build:
@ -105,7 +105,7 @@ jobs:
toolchain: stable toolchain: stable
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: "3.10"
- run: pip install maturin - run: pip install maturin
- uses: actions/cache@v3 - uses: actions/cache@v3
env: env:

View File

@ -227,9 +227,9 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
target: [x86_64, aarch64] target: [x86_64, aarch64]
python-version: python-version:
- '3.7' - "3.7"
- '3.8' - "3.8"
- '3.9' - "3.9"
exclude: exclude:
- os: macos-latest - os: macos-latest
target: aarch64 target: aarch64

View File

@ -215,6 +215,7 @@ hyperfine --ignore-failure --warmup 5 \
``` ```
In order, these evaluate: In order, these evaluate:
- ruff - ruff
- Pylint - Pylint
- PyFlakes - PyFlakes