liquidz / antq-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antq Action

Github Action to run Antq.

Inputs

Name Required Default Description

excludes

Yes

""

Artifact names (space separated). Must be specified groupId/artifactId for Java dependencies.

directories

Yes

""

Search paths for projects (space separated).

skips

Yes

""

Project types to skip to search (space separated). Must be one of boot, clojure-cli, github-action, pom, shadow-cljs and leiningen.

Example usage

- uses: liquidz/antq-action@main

License

Copyright (c) 2020-2022 Masashi Iizuka

Distributed under the MIT License.

About

License:MIT License


Languages

Language:Shell 79.2%Language:Dockerfile 20.8%