Skip to content

Fix fullstack getting started guide and router integration docs #1

Fix fullstack getting started guide and router integration docs

Fix fullstack getting started guide and router integration docs #1

Workflow file for this run

name: check examples
on:
push:
branches:
- master
paths:
- examples/**
- docs_src/**
- src/**
- .github/**
- lib.rs
- Cargo.toml
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
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:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions/checkout@v2
- name: Check
run: cargo check --features doc_test