Skip to content

Commit

Permalink
Fix aspell dependency in spellcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 committed Oct 6, 2023
1 parent 3745867 commit c805b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install aspell
- run: make spellcheck

0 comments on commit c805b29

Please sign in to comment.