Skip to content

Update config.yml

Update config.yml #35

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
name: Check for misspell
runs-on: ubuntu-latest
container: golang:1.15-buster
steps:
- uses: actions/checkout@v2
- run: |
GO111MODULE=on go get -u github.com/client9/misspell/cmd/[email protected]
misspell -error misspell blog/content/posts/*.md