Skip to content

update gitlab stats #932

update gitlab stats

update gitlab stats #932

Workflow file for this run

name: Spelling Errors Check
on: [push]
jobs:
build:
strategy:
max-parallel: 2
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: curl -L https://git.io/misspell | bash
# This will return an exit code of 2, thus triggering a failed build
- name: Test spelling errors
shell: bash
run: |
bin/misspell -error content/*.md README.md templates/*.html