Skip to content

small fixes and add the n2c to the workspace properly #270

small fixes and add the n2c to the workspace properly

small fixes and add the n2c to the workspace properly #270

Workflow file for this run

name: Test documentation
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Setup"
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: "Compile documentation"
uses: actions-rs/cargo@v1
env:
RUSTDOCFLAGS: "-Dwarnings"
with:
command: doc
args: --no-deps