Skip to content

Commit

Permalink
Merge branch 'old-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoortor committed Jul 31, 2024
2 parents 2363759 + 746d69f commit 1f94179
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gradle-build-with-detekt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Gradle Build With Detekt

on: [workflow_dispatch]

jobs:
build:
runs-on: ubuntu-20.04

steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: liberica
- name: Gradle Wrapper Validation
uses: gradle/[email protected]
- uses: gradle/[email protected]
with:
arguments: build --stacktrace -PrunDetekt
3 changes: 3 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#file: noinspection YAMLSchemaValidation
name: Qodana
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down

0 comments on commit 1f94179

Please sign in to comment.