Skip to content

Setup trunk and some formatting #27

Setup trunk and some formatting

Setup trunk and some formatting #27

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: Rust tests
uses: ./.github/workflows/rust_test.yml

Check failure on line 17 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull_request.yml" -> "./.github/workflows/rust_test.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger