Add BSD-3-Clause CLEAR license #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spellcheck | |
# When this workflow triggers | |
on: | |
push: | |
workflow_dispatch: | |
# Job definition | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: rojopolis/spellcheck-github-actions@0.23.0 | |
with: | |
config_path: .spellcheck-config.yml |