mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Update pull request actions
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
cd Fwk/AppFwk
|
cd Fwk/AppFwk
|
||||||
find -name '*.h' -o -name '*.cpp' -o -name '*.inl' | grep -v gtest | xargs clang-format-15 -i
|
find -name '*.h' -o -name '*.cpp' -o -name '*.inl' | grep -v gtest | xargs clang-format-15 -i
|
||||||
git diff
|
git diff
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Fixes by clang-format"
|
commit-message: "Fixes by clang-format"
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
cd ThirdParty/vcpkg
|
cd ThirdParty/vcpkg
|
||||||
git reset --hard HEAD
|
git reset --hard HEAD
|
||||||
git clean -fxd
|
git clean -fxd
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Fixes by clang-tidy"
|
commit-message: "Fixes by clang-tidy"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git diff
|
git diff
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Fixes by cmake-format"
|
commit-message: "Fixes by cmake-format"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ jobs:
|
|||||||
pip install black
|
pip install black
|
||||||
cd GrpcInterface
|
cd GrpcInterface
|
||||||
black .
|
black .
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Python code linting changes detected by black"
|
commit-message: "Python code linting changes detected by black"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: sobolevn/misspell-fixer-action@master
|
- uses: sobolevn/misspell-fixer-action@master
|
||||||
with:
|
with:
|
||||||
options: "-rsvnuR ApplicationLibCode/"
|
options: "-rsvnuR ApplicationLibCode/"
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Fixes by misspell-fixer"
|
commit-message: "Fixes by misspell-fixer"
|
||||||
|
|||||||
Vendored
+1
-1
Submodule ThirdParty/regression-analysis updated: cd205b3a0e...86057ffc43
Reference in New Issue
Block a user