mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Create spell-check.yml (#6026)
This commit is contained in:
parent
5f12555bbd
commit
490dc1aa05
21
.github/workflows/spell-check.yml
vendored
Normal file
21
.github/workflows/spell-check.yml
vendored
Normal 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
2
.misspell-fixer.ignore
Normal file
@ -0,0 +1,2 @@
|
||||
^ApplicationCode/ReservoirDataModel/RigWellLogFile.cpp:28:aswell
|
||||
^ApplicationCode/ReservoirDataModel/RigLasFileExporter.cpp:33:aswell
|
Loading…
Reference in New Issue
Block a user