Skip to content

Commit

Permalink
Merge pull request #21 from kminoda/feat/add_spell_check_partial
Browse files Browse the repository at this point in the history
feat(ci): add spell-check-partial
  • Loading branch information
kminoda authored Jul 14, 2023
2 parents e282c4f + b5e54a8 commit 62b98ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/spell-check-partial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: spell-check-partial

on:
workflow_dispatch:

jobs:
spell-check-partial:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
with:
cspell-json-url: https://raw.githubusercontent.com/kminoda/autoware-spell-check-dict/main/.cspell.json
incremental-files-only: false

0 comments on commit 62b98ce

Please sign in to comment.