Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
josefpihrt committed Jan 1, 2025
commit 2754eaf2bc03c32c8edcf309f4a15a0e54c2e98c
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:
- run: |
dotnet format Roslynator.sln --no-restore --verify-no-changes --severity info
- run: dotnet test Roslynator.sln --no-build
- uses: actions/checkout@v4
with:
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
# - uses: actions/checkout@v4
# with:
# 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

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