Skip to content

Commit a6cfba7

Browse files
rigomateBrutus5000
authored andcommitted
Add infer java checking action
1 parent 122d1e8 commit a6cfba7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ jobs:
1616
run: chmod +x ./gradlew
1717
- name: Run Checks
1818
run: ./gradlew --stacktrace -PjavafxPlatform=linux build
19+
run-infer:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- name: Checkout code
23+
uses: actions/checkout@v3
24+
with:
25+
fetch-depth: 0
26+
- name : run infer action
27+
uses: docker://ghcr.io/martinwitt/infer-train:master
28+
with:
29+
build-command: "./gradlew --stacktrace -PjavafxPlatform=linux build"
30+
use-annotations: "true"

0 commit comments

Comments
 (0)