Skip to content

docs(readme): add chinese readme with language switch (#66) #190

docs(readme): add chinese readme with language switch (#66)

docs(readme): add chinese readme with language switch (#66) #190

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- uses: actions/cache@v5
with:
path: ~/.cache/ort.pyke.io
key: ort-${{ hashFiles('Cargo.lock') }}
- run: make check