Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Apr 24, 2024
1 parent 7512f19 commit de7a175
Show file tree
Hide file tree
Showing 54 changed files with 218 additions and 164 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/c_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: CI

on:
workflow_call:
secrets:
GH_TOKEN:
required: true
GH_PAT:
required: true
CODECOV_TOKEN:
required: true

jobs:
codestyle-tests:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'NO_CI')"
steps:
- name: Checkout Repository
uses: actions/checkout@main
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.GH_TOKEN }}
- name: Checkout Build Repository
uses: actions/checkout@main
with:
fetch-depth: 1
ref: develop
repository: Karaka-Management/Build
path: Build
- name: Copy config file
run: |
cp ./Build/Config/.clang-format ./.clang-format
- name: Lint Code Base
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CLANG_FORMAT : true
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/js_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ jobs:
- run: npm install
- name: jasmine
run: |
chmod +x Build/Config/jasmine_build.sh
Build/Config/jasmine_build.sh
npx jasmine --config=Build/Config/jasmine.json
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '14'
- name: Cache dependencies
id: npm-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion Build
2 changes: 1 addition & 1 deletion Developer-Guide
4 changes: 4 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ In no event and under no legal theory, whether in tort (including negligence), c
8. Future Changes

The Licensor may change the License for future versions as he sees fit.

8. Future Changes

The Licensor may change the License for future versions as he sees fit.
2 changes: 1 addition & 1 deletion Modules/Admin
Submodule Admin updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Attribute
Submodule Attribute updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Auditor
Submodule Auditor updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Calendar
Submodule Calendar updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Checklist
Submodule Checklist updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Comments
Submodule Comments updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Contact
Submodule Contact updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Dashboard
Submodule Dashboard updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Database
Submodule Database updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/DatabaseEditor
Submodule DatabaseEditor updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Draw
Submodule Draw updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Editor
Submodule Editor updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/EventManagement
Submodule EventManagement updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Exchange
Submodule Exchange updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Finance
Submodule Finance updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Help
Submodule Help updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Helper
2 changes: 1 addition & 1 deletion Modules/Home
Submodule Home updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/HumanResourceManagement
2 changes: 1 addition & 1 deletion Modules/HumanResourceTimeRecording
2 changes: 1 addition & 1 deletion Modules/Kanban
Submodule Kanban updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Knowledgebase
Submodule Knowledgebase updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Marketing
Submodule Marketing updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Media
Submodule Media updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Monitoring
Submodule Monitoring updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/MyPrivate
Submodule MyPrivate updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Navigation
Submodule Navigation updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/News
Submodule News updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Notification
Submodule Notification updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/OnlineResourceWatcher
2 changes: 1 addition & 1 deletion Modules/Organization
Submodule Organization updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Payment
Submodule Payment updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Profile
Submodule Profile updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/ProjectManagement
Submodule ProjectManagement updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/QA
Submodule QA updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/RiskManagement
Submodule RiskManagement updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Search
Submodule Search updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Tag
Submodule Tag updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Tasks
Submodule Tasks updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Tools
Submodule Tools updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Modules/Workflow
Submodule Workflow updated 1 files
+4 −0 LICENSE.txt
2 changes: 1 addition & 1 deletion Tools/OCRImageOptimizerApp
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Loading

0 comments on commit de7a175

Please sign in to comment.