Skip to content

chore: complete bx-xdgh checklist #24

chore: complete bx-xdgh checklist

chore: complete bx-xdgh checklist #24

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: cargo check && cargo fmt -- --check && cargo clippy && cargo test