Skip to content

Commit

Permalink
ci: target local branch for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
adeljo-amd committed Jan 22, 2025
1 parent edf0626 commit 69d5c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
if: ${{ ! contains( github.repository, 'rocm-docs-core') }}
shell: sh
run: |
curl --silent --show-error --fail --location https://raw.github.com/ROCm/rocm-docs-core/develop/.github/workflows/yaml_merger.py -O .github/workflows/yaml_merger.py
curl --silent --show-error --fail --location https://raw.github.com/ROCm/rocm-docs-core/develop/.spellcheck.yaml -O
curl --silent --show-error --fail --location https://raw.github.com/ROCm/rocm-docs-core/local_spellcheck/%2Egithub/workflows/yaml_merger.py -O .github/workflows/yaml_merger.py
curl --silent --show-error --fail --location https://raw.github.com/ROCm/rocm-docs-core/local_spellcheck/.spellcheck.yaml -O
curl --silent --show-error --fail --location https://raw.github.com/ROCm/rocm-docs-core/develop/.wordlist.txt >> .wordlist.txt
- name: Check local spelling file
id: check_local_spelling
Expand Down

0 comments on commit 69d5c3a

Please sign in to comment.