Skip to content

Setup trunk and some formatting #57

Setup trunk and some formatting

Setup trunk and some formatting #57

Workflow file for this run

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