Skip to content

Commit

Permalink
Add spellcheck to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Dec 8, 2023
1 parent ad873a0 commit e18b110
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Spellcheck
on: [push, pull_request, workflow_dispatch]

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/[email protected]
name: Spellcheck

0 comments on commit e18b110

Please sign in to comment.