Skip to content

Merge pull request #177 from hyprland-community/add-events #516

Merge pull request #177 from hyprland-community/add-events

Merge pull request #177 from hyprland-community/add-events #516

Workflow file for this run

name: Check Docs
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
rustdoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
name: Install rust toolchain
with:
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v2
name: Add caching
- uses: actions-rs/cargo@v1
name: Check Documentation with Rustdoc
with:
command: doc
args: --verbose --no-deps