aboutsummaryrefslogtreecommitdiff
path: root/.github/isabelle-action/entrypoint.sh
blob: 954226af7f0db476e99e0236a0b93520316f0a6a (plain)
1
2
3
4
5
#!/bin/sh

chmod +x /Isabelle/bin/isabelle
sh -c "/Isabelle/bin/isabelle $INPUT_TOOL_ARGS"