Init qodana and limit PR workflow jobs

This commit is contained in:
Brian Norman
2022-09-11 12:25:50 -05:00
parent 7920c6c6f5
commit 5fd863d217
2 changed files with 14 additions and 1 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
name: build
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
types: [opened, labeled, unlabeled, synchronize]
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
+8
View File
@@ -0,0 +1,8 @@
version: "1.0"
linter: jetbrains/qodana-jvm-community:2022.2
profile:
name: qodana.recommended
exclude:
- name: All
paths:
- sample