Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Dec 29, 2024
1 parent 90d223c commit f96725a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
repository: josefpihrt/wordb
path: wordb
- run: dotnet tool install -g Roslynator.DotNet.Cli --version 0.8.3
- run: |
roslynator spellcheck Roslynator.sln --dry-run --scope all --words \
spellcheck \
../wordb/data/en \
../wordb/data/en-us \
../wordb/data/names.txt \
../wordb/data/tech.names.txt \
../wordb/data/tech.acronyms.txt
# - run: |
# roslynator spellcheck Roslynator.sln --dry-run --scope all --words \
# spellcheck \
# ../wordb/data/en \
# ../wordb/data/en-us \
# ../wordb/data/names.txt \
# ../wordb/data/tech.names.txt \
# ../wordb/data/tech.acronyms.txt

build_core_and_testing:
if: github.ref_type != 'tag' || startsWith(github.ref_name, 'v')
Expand Down

0 comments on commit f96725a

Please sign in to comment.