-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Can't use cspell.json from a URL.
To Reproduce
- Create a minimal
cspell-action.ymlin a repo (note theconfig:param) :
name: 'cspell-action-test'
on:
pull_request:
push:
workflow_dispatch:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Run cspell-action
uses: streetsidesoftware/[email protected]
with:
config: 'https://raw.githubusercontent.com/Nightblade/pob-dict/main/cspell.json'- Run the action.
- Check the action's log.
- See error:
Error: Configuration file "https://raw.githubusercontent.com/Nightblade/pob-dict/main/cspell.json" not found. - Details: https://github.com/Nightblade/PathOfBuilding/runs/7643610725?check_suite_focus=true
Expected behavior
Allow using cspell.json (and dictionaries) from a URL.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request