mirror of
https://github.com/GreemDev/setup-gli-action.git
synced 2026-08-17 20:58:09 -04:00
A GitHub Action to quickly let you install GLI for your platform.
- TypeScript 56.9%
- Shell 26.3%
- JavaScript 16.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .devcontainer | ||
| .github | ||
| .licenses/npm | ||
| .vscode | ||
| badges | ||
| dist | ||
| script | ||
| src | ||
| .checkov.yml | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .licensed.yml | ||
| .markdown-lint.yml | ||
| .node-version | ||
| .prettierignore | ||
| .prettierrc.yml | ||
| .yaml-lint.yml | ||
| action.yml | ||
| actionlint.yml | ||
| eslint.config.mjs | ||
| jest.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| rollup.config.ts | ||
| tsconfig.json | ||
setup-gli-action
This action installs a version of GLI for use in your GitHub/Gitea/Forgejo Actions workflows. It is automatically added to the PATH.
Usage
See action.yml.
- uses: GreemDev/setup-gli-action@v1
with:
# Specific version of GLI to use; do not specify for latest release.
version: '3.0.4'
# GitHub token for authentication. You only need this
# if you're hitting ratelimits; GLI is not a private repo.
token: ${{ github.token }}