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
3 changed files with 7 additions and 6 deletions

View File

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

View File

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