.codeclimate.json | |
|
|
.dockerignore | |
|
|
.editorconfig | |
|
|
.envrc | |
|
|
.eslintrc.json | |
|
|
.github/CODEOWNERS | |
|
|
.github/ISSUE_TEMPLATE/1_user_support.yml | |
|
|
.github/ISSUE_TEMPLATE/2_bug_report.txt | |
|
|
.github/ISSUE_TEMPLATE/3_proposal.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/label-commenter-config.yml | |
|
|
.github/workflows/codeql-analysis.yml | |
|
|
.github/workflows/dependency-review.yml | |
|
|
.github/workflows/dev-image.yml | |
|
|
.github/workflows/label-commenter.yml | |
|
|
.github/workflows/purge-readme-image-cache.yml | |
|
|
.github/workflows/release.yml | |
|
|
.github/workflows/test-action.yml | |
|
|
.github/workflows/test.yml | |
|
|
.github/workflows/update-major-tag.yml | |
|
|
.gitignore | |
|
|
.husky/post-merge | |
|
|
.husky/pre-commit | |
|
|
.npmrc | |
|
|
.nvmrc | |
|
|
.prettierrc.json | |
|
|
.vscode/settings.json | |
|
|
CHANGELOG.md | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
__tests__/data/brew.json | |
|
|
__tests__/data/github.json | |
|
|
__tests__/get-arch.test.ts | 13 | B 4 hrs |
|
__tests__/get-latest-version.test.ts | 40 | A 0 mins |
|
__tests__/get-os.test.ts | 13 | B 4 hrs |
|
__tests__/get-url.test.ts | 19 | A 0 mins |
|
__tests__/main.test.ts | 72 | A 0 mins |
|
action.yml | |
|
|
images/ogp.svg | |
|
|
jest.config.js | 10 | A 0 mins |
|
package-lock.json | |
|
|
package.json | |
|
|
release.sh | |
|
|
src/constants.ts | 13 | A 0 mins |
|
src/get-arch.ts | 12 | A 1 hr |
|
src/get-latest-version.ts | 22 | A 0 mins |
|
src/get-os.ts | 12 | A 1 hr |
|