Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightblade committed Feb 17, 2025
2 parents 703f4e5 + 799c906 commit bee44ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cspell_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
spelling:
runs-on: ubuntu-latest
env:
CONFIG_URL: https://raw.githubusercontent.com/Nightblade/pob-dict/main
ORIGIN: PathOfBuildingCommunity/PathOfBuilding
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: ${{ vars.ACTIONS_RUNNER_DEBUG }}
ACTIONS_STEP_DEBUG: ${{ vars.ACTIONS_STEP_DEBUG }}
steps:

- name: Add PR link to summary
Expand All @@ -27,6 +27,8 @@ jobs:
repository: ${{ env.ORIGIN }}

- name: Fetch config file and dictionaries
env:
CONFIG_URL: https://raw.githubusercontent.com/Nightblade/pob-dict/main
run:
curl --silent --show-error --parallel --remote-name-all
${{ env.CONFIG_URL }}/cspell.json
Expand All @@ -42,4 +44,4 @@ jobs:
files: '**' # needed as workaround for non-incremental runs (overrides in config still work ok)
config: "cspell.json"
incremental_files_only: ${{ github.event_name != 'workflow_dispatch' }}
verbose: true
verbose: true

0 comments on commit bee44ea

Please # to comment.