mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-27 00:16:21 +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
|
||||
|
||||
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
|
||||
* leiningen
|
||||
* Clojure CLI
|
||||
* Leiningen
|
||||
* boot-clj
|
||||
|
||||
# Usage
|
||||
|
||||
Here is a snippet for your workflow file:
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
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
|
||||
with:
|
||||
tools-deps: '1.10.1.469'
|
||||
- run: clojure -Sdescribe
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
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
|
||||
with:
|
||||
tools-deps: '1.10.1.469'
|
||||
- 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user