Skip to content

ci: deploy docs via Ddraig SSG #227

ci: deploy docs via Ddraig SSG

ci: deploy docs via Ddraig SSG #227

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
permissions: read-all
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose