Skip to content

Fix typo in 2019-08-08-write-a-new-post.md #1228

Fix typo in 2019-08-08-write-a-new-post.md

Fix typo in 2019-08-08-write-a-new-post.md #1228

Workflow file for this run

name: Lint Commit Messages
on:
push:
branches:
- master
- "hotfix/*"
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6