Skip to content

doc: add blog link (#55) #121

doc: add blog link (#55)

doc: add blog link (#55) #121

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build
- name: Lint
run: make lint
- name: Run Rust tests
run: make test