mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create spell-check.yml (#6026)
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user