Skip to content

Commit f52d2db

Browse files
committed
Release v1.0.0 at db09510
1 parent 0b2ec96 commit f52d2db

File tree

486 files changed

+110587
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+110587
-0
lines changed

action.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 'Setup Vim'
2+
author: 'rhysd <https://rhysd.github.io>'
3+
description: 'Setup Vim or Neovim text editor on GitHub Action'
4+
branding:
5+
icon: 'edit'
6+
color: 'green'
7+
8+
inputs:
9+
version:
10+
description: "Currently 'stable' or 'nightly' is available"
11+
required: false
12+
default: 'stable'
13+
neovim:
14+
description: 'Setting to true will install Neovim'
15+
required: false
16+
default: 'false'
17+
github-token:
18+
description: 'GitHub API token to get the latest Vim release. Only necessary for Windows'
19+
required: false
20+
21+
outputs:
22+
executable:
23+
description: 'Path to the installed executable'
24+
25+
runs:
26+
using: 'node12'
27+
main: 'src/index.js'

node_modules/.bin/semver

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/which

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/README.md

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.d.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.d.ts

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)