Skip to content

Import to 2025, WIP #67

Import to 2025, WIP

Import to 2025, WIP #67

Workflow file for this run

name: Run Facebook Infer
on: [push, pull_request, workflow_dispatch]
jobs:
run-infer:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name : run infer action
uses: docker://ghcr.io/martinwitt/infer-train:master
with:
build-command: "gradle compileJava"
use-annotations: "true"