Sha256: ab0131ab55b378d2da04385e1a3822901359e87d05990d2d04ce29ced8af7d99

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

name: ๐Ÿ’Ž Spellchecker

on: [pull_request]

jobs:
  misspell:
    name: ๐Ÿงน Check Spelling
    runs-on: ubuntu-latest
    steps:
      - name: ๐Ÿ’ Check Out
        uses: actions/checkout@v2
      - name: ๐Ÿ… Install
        run: |
          wget -O - -q https://git.io/misspell | sh -s -- -b .
      - name: ๐ŸŒถ๏ธ Misspell
        run: |
          git ls-files --empty-directory | xargs ./misspell -error

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/mruby/.github/workflows/spell-checker.yml
script_core-0.3.0 ext/enterprise_script_service/mruby/.github/workflows/spell-checker.yml