Skip to content

Commit

Permalink
Add workflow to generate dictionaries from word lists
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Feb 13, 2024
1 parent ed6e814 commit 4ea25e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dictionaries.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Rebuild the dictionaries on a branch
on:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- run: make all
working-directory: vale/dictionaries

0 comments on commit 4ea25e4

Please sign in to comment.