We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122d1e8 commit a6cfba7Copy full SHA for a6cfba7
1 file changed
.github/workflows/build.yml
@@ -16,3 +16,15 @@ jobs:
16
run: chmod +x ./gradlew
17
- name: Run Checks
18
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
29
+ build-command: "./gradlew --stacktrace -PjavafxPlatform=linux build"
30
+ use-annotations: "true"
0 commit comments