-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
31,676 additions
and
5,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14.9.0 | ||
v20.11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v12.16.1 | ||
v20.11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,7 @@ build: | |
package: build | ||
yarn package | ||
|
||
bump-deps: | ||
yarn upgrade --latest | ||
|
||
release: package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: 'Setup clojure-lsp' | ||
description: 'Setup your runner with clojure-lsp, a Clojure tool for refactoring and cleaning your code.' | ||
description: 'Setup your runner with clojure-lsp, a Clojure tool for refactoring, formattting and cleaning your code.' | ||
author: 'ericdallo' | ||
branding: | ||
icon: 'code' | ||
color: 'blue' | ||
inputs: | ||
clojure-lsp-version: | ||
description: 'The clojure-lsp/clojure-lsp version to make available on the path. Only exact version allowed.' | ||
description: 'The clojure-lsp version to make available on the path. Only exact version allowed.' | ||
required: true | ||
runs: | ||
using: 'node12' | ||
using: 'node20' | ||
main: 'dist/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.