Skip to content

feat: inline search, mdbook, playground, and make compile times faster (split out docs router) #463

feat: inline search, mdbook, playground, and make compile times faster (split out docs router)

feat: inline search, mdbook, playground, and make compile times faster (split out docs router) #463

Workflow file for this run

name: check examples
on:
push:
branches:
- main
paths:
- examples/**
- docs_src/**
- src/**
- .github/**
- lib.rs
- Cargo.toml
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
paths:
- examples/**
- docs_src/**
- src/**
- .github/**
- lib.rs
- Cargo.toml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
env:
CARGO_INCREMENTAL: 1
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev libxdo-dev
version: 1.0
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
cache-on-failure: "true"
cache-directories: "target/dx"
- name: Check
run: cargo check --workspace --all-features