1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Autofix typos.

This commit is contained in:
Kevin Deldycke 2020-08-03 14:41:57 +02:00
parent 4489e2666f
commit a7b1105131
No known key found for this signature in database
GPG key ID: C572BB01B1ED5A3A

View file

@ -36,3 +36,21 @@ jobs:
commit_author: "Kevin Deldycke <kevin@deldycke.com>"
commit_message: "[lint] Update TOC."
file_pattern: readme.md
typos:
name: Fix typos and create a PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: sobolevn/misspell-fixer-action@0.1.0
- uses: peter-evans/create-pull-request@v3
with:
author: "Kevin Deldycke <kevin@deldycke.com>"
commit-message: "Fix typo."
title: "Typo"
body: >
[Auto-generated on run #${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
as defined by [workflow action](https://github.com/${{ github.repository }}/blob/develop/.github/workflows/autofix.yaml).
labels: "typo"
assignees: kdeldycke
branch: fix-typo