aboutsummaryrefslogtreecommitdiff
path: root/.github/isabelle-action/action.yml
blob: c9a1b4adf2934a8811af98648d0d2f4bfe0b4567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Isabelle action"
description: "Run Isabelle"
author: "josh@joshchen.io"

inputs:
  TOOL_ARGS:
    description: "Isabelle tool to invoke and arguments to pass"
    required: true

runs:
  using: "docker"
  image: "Dockerfile"