Skip to content

docs: link to htmx website #10

docs: link to htmx website

docs: link to htmx website #10

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: [email protected],just@1,[email protected],[email protected],[email protected]
- run: just verify
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack,just,cargo-deny
- run: cargo update
- run: just test lint doc
env:
RUSTFLAGS: "-D warnings"
RUSTDOCFLAGS: "-D warnings"
- run: cargo deny check