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 18e7831
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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/checkout@v3.0.0
- name: Set up JDK 11
uses: actions/setup-java@v3.0.0
with:
java-version: 11
distribution: liberica
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.0.4
- uses: gradle/gradle-build-action@v2.1.5
with:
arguments: build --stacktrace -PrunDetekt
5 changes: 4 additions & 1 deletion .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 All @@ -21,4 +24,4 @@ jobs:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 18e7831

Please sign in to comment.