Skip to content

An sdf make-functions refresher run #97

An sdf make-functions refresher run

An sdf make-functions refresher run #97

Workflow file for this run

name: Build & Test Functions
on:
workflow_dispatch:
pull_request:
jobs:
compile-workspace:
runs-on: ubuntu-latest
name: Test Functions
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cargo Format
run: |
cargo fmt --check
- name: Test Functions
shell: bash
run: |
cargo test