Skip to content

Alloy integration

Alloy integration #8

Workflow file for this run

name: docs
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Generate documentation
run: cargo doc
- name: Upload documentation
uses: actions/upload-artifact@v3