Skip to content

Setup trunk and some formatting #32

Setup trunk and some formatting

Setup trunk and some formatting #32

Workflow file for this run

---
name: Workflow - Pull Request
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spell_check:
name: Spell Check
uses: ./.github/workflows/spell_check.yml
rust_tests:
name: Tests
uses: ./.github/workflows/rust_tests.yml
trunk_check:
name: Lint
uses: ./.github/workflows/trunk_check.yml