README.adoc

May 22, 2022 ยท View on GitHub

= Antq Action

Github Action to run https://github.com/liquidz/antq[Antq].

== Inputs

[cols="20,10,20,50"] |=== | 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

[source,yaml]

  • uses: liquidz/antq-action@main

== License

Copyright (c) 2020-2022 http://twitter.com/uochan[Masashi Iizuka]

Distributed under the MIT License.