mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-13 14:48:41 +00:00
update inspection and dependencies
This commit is contained in:
parent
826c1014a1
commit
058ffcc4e3
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -13,9 +13,9 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 1
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Checkout Build Repository
|
- name: Checkout Build Repository
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka-Management/Build
|
repository: Karaka-Management/Build
|
||||||
path: Build
|
path: Build
|
||||||
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Copy config file
|
- name: Copy config file
|
||||||
run: |
|
run: |
|
||||||
cp ./Build/Config/.clang-format ./.clang-format
|
cp ./Build/Config/.clang-format ./.clang-format
|
||||||
|
|
@ -32,4 +33,4 @@ jobs:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
VALIDATE_CLANG_FORMAT : true
|
VALIDATE_CLANG_FORMAT : true
|
||||||
DEFAULT_BRANCH: develop
|
DEFAULT_BRANCH: develop
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b0d10c5eaac8c32d3e37638535bfc112cce8da23
|
Subproject commit 0d1c6db7a9ffa87b3d9033940c4cce84a0be62c6
|
||||||
Loading…
Reference in New Issue
Block a user