mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-28 01:11:02 +08:00
Update spelling and formattings in README
This commit is contained in:
parent
df5291d3bf
commit
c8cea16f4f
26
README.md
26
README.md
@ -1,26 +1,28 @@
|
|||||||
# setup-clojure
|
# setup-clojure
|
||||||
|
|
||||||
This action sets up clojure tools environment for using in GitHub Actions.
|
This action sets up Clojure tools environment for using in GitHub Actions.
|
||||||
|
|
||||||
* clojure cli
|
* Clojure CLI
|
||||||
* leiningen
|
* Leiningen
|
||||||
* boot-clj
|
* boot-clj
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
Here is a snippet for your workflow file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@latest
|
- uses: actions/checkout@latest
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '9.0.4' // The JDK version to make available on the path. Required to run any clojure command line tools.
|
java-version: '9.0.4' // The JDK version to make available on the path. Required to run any clojure command line tools.
|
||||||
- uses: DeLaGuardo/setup-clojure@2.0
|
- uses: DeLaGuardo/setup-clojure@2.0
|
||||||
with:
|
with:
|
||||||
tools-deps: '1.10.1.469'
|
tools-deps: '1.10.1.469'
|
||||||
- run: clojure -Sdescribe
|
- run: clojure -Sdescribe
|
||||||
```
|
```
|
||||||
|
|
||||||
For more usecases please check [Smoke Test Workflow file](https://github.com/DeLaGuardo/setup-clojure/blob/master/.github/workflows/smoke-tests.yml)
|
For more application cases please check [Smoke Test Workflow file](https://github.com/DeLaGuardo/setup-clojure/blob/master/.github/workflows/smoke-tests.yml)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user