mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-27 06:58:42 +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
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Checkout Build Repository
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
ref: develop
|
||||
repository: Karaka-Management/Build
|
||||
path: Build
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Copy config file
|
||||
run: |
|
||||
cp ./Build/Config/.clang-format ./.clang-format
|
||||
|
|
@ -32,4 +33,4 @@ jobs:
|
|||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_CLANG_FORMAT : true
|
||||
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