Skip to content

Merge pull request #246 from dlbewley/labeler-img #282

Merge pull request #246 from dlbewley/labeler-img

Merge pull request #246 from dlbewley/labeler-img #282

Workflow file for this run

name: Check Spelling
on: # yamllint disable-line rule:truthy
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
lint-spelling:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v3
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@0.27.0