Home
last modified time | relevance | path

Searched +full:mdbook +full:- +full:v0 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/.github/workflows/
Ddeploy-book.yml6 - main
9 deploy-book:
10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v3
14 persist-credentials: false
16 - name: Install stable
17 uses: actions-rs/toolchain@v1
23 - name: Test book
25 …curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-
26 ./mdbook build book
[all …]
Dbindgen.yml6 - main
9 - main
12 rustfmt-clippy:
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v3
18 - name: Install stable
19 uses: actions-rs/toolchain@v1
22 # TODO: Should ideally be stable, but we use some nightly-only
28 - name: Run rustfmt
29 uses: actions-rs/cargo@v1
[all …]