Skip to content

Update project to use new shared script library #843

Update project to use new shared script library

Update project to use new shared script library #843

Workflow file for this run

---
name: Rust
on: # yamllint disable-line rule:truthy
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run rust-ci job
run: make rust-ci