Set SLICEC_CS_STAGING_PATH for build-packages job #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |