Create spell-check.yml (#6026)

This commit is contained in:
Magne Sjaastad 2020-06-03 22:31:09 +02:00 committed by GitHub
parent 5f12555bbd
commit 490dc1aa05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

21
.github/workflows/spell-check.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Spell Check
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sobolevn/misspell-fixer-action@master
with:
options: '-rsvnuR ApplicationCode/'
- uses: peter-evans/create-pull-request@v2.4.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Fixes by misspell-fixer'
title: 'Typos fix by misspell-fixer'

2
.misspell-fixer.ignore Normal file
View File

@ -0,0 +1,2 @@
^ApplicationCode/ReservoirDataModel/RigWellLogFile.cpp:28:aswell
^ApplicationCode/ReservoirDataModel/RigLasFileExporter.cpp:33:aswell