Skip to content

Update release workflow to build the reporter before packaging tools #1563

Update release workflow to build the reporter before packaging tools

Update release workflow to build the reporter before packaging tools #1563

Workflow file for this run

name: "Check spelling"
on:
push:
branches: ["0.4.x"]
pull_request:
branches: ["0.4.x"]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: |
**/*.{cs,rs,md,json,csproj,slice}