Skip to content

Fix working directory for running build telemetry task #11

Fix working directory for running build telemetry task

Fix working directory for running build telemetry task #11

Workflow file for this run

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