Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

ci(workflows): synchronize workflows from JanssenProject/jans-cloud-native #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/central_code_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ jobs:
env:
JVM_PROJECTS: |
JanssenProject/jans-auth-server
JanssenProject/jans-orm
JanssenProject/jans-config-api
JanssenProject/jans-client-api
JanssenProject/jans-scim
JanssenProject/jans-core
JanssenProject/jans-notify
JanssenProject/jans-fido2
JanssenProject/jans-eleven
NON_JVM_PROJECTS: |
JanssenProject/jans-setup
JanssenProject/jans-cli
Expand Down Expand Up @@ -78,12 +72,6 @@ jobs:
case "$GITHUB_REPOSITORY" in
"JanssenProject/jans-auth-server")
;&
"JanssenProject/jans-client-api")
;&
"JanssenProject/jans-scim")
;&
"JanssenProject/jans-eleven")
;&
"JanssenProject/jans-config-api")
echo "Run Sonar analysis without test execution"
mvn -B -DskipTests=true install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
# We need to fetch with a depth of 2 for pull_request so we can do HEAD^2
fetch-depth: 2

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 14
- run: |
npm install --save-dev @commitlint/{config-conventional,cli}
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js

# If this workflow was triggered by a push then resolve the commit message from HEAD
- name: "[Push] Check Commit Standard"
if: github.event_name == 'push' || github.event_name == 'pull_request_target'
Expand Down