mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -31,6 +31,12 @@ jobs:
|
||||
command: fmt
|
||||
args: --manifest-path ./tokenizers/Cargo.toml -- --check
|
||||
|
||||
- name: Lint Benchmarks with RustFmt
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --manifest-path ./tokenizers/Cargo.toml -- ./tokenizers/benches/bpe_benchmark.rs --check
|
||||
|
||||
- name: Lint with Clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user