A GitHub Action to quickly let you install GLI for your platform.
  • TypeScript 56.9%
  • Shell 26.3%
  • JavaScript 16.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-08 18:28:05 -05:00
.devcontainer delobotomize codebase 2026-04-03 17:08:13 -05:00
.github provide token for integration test workflow 2026-04-04 15:42:41 -05:00
.licenses/npm Initial commit 2026-04-03 15:31:44 -05:00
.vscode delobotomize pt2 2026-04-04 14:00:57 -05:00
badges Initial commit 2026-04-03 15:31:44 -05:00
dist await mkdirP 2026-04-08 18:28:05 -05:00
script Initial commit 2026-04-03 15:31:44 -05:00
src await mkdirP 2026-04-08 18:28:05 -05:00
.checkov.yml Initial commit 2026-04-03 15:31:44 -05:00
.env.example Initial commit 2026-04-03 15:31:44 -05:00
.gitattributes Initial commit 2026-04-03 15:31:44 -05:00
.gitignore Initial commit 2026-04-03 15:31:44 -05:00
.licensed.yml Initial commit 2026-04-03 15:31:44 -05:00
.markdown-lint.yml Initial commit 2026-04-03 15:31:44 -05:00
.node-version Initial commit 2026-04-03 15:31:44 -05:00
.prettierignore Initial commit 2026-04-03 15:31:44 -05:00
.prettierrc.yml Initial commit 2026-04-03 15:31:44 -05:00
.yaml-lint.yml Initial commit 2026-04-03 15:31:44 -05:00
action.yml it works locally so i dont fucking know what the problem is this is so goddamn infuriating 2026-04-04 15:27:41 -05:00
actionlint.yml Initial commit 2026-04-03 15:31:44 -05:00
eslint.config.mjs Initial commit 2026-04-03 15:31:44 -05:00
jest.config.js Initial commit 2026-04-03 15:31:44 -05:00
LICENSE Initial commit 2026-04-03 15:31:44 -05:00
package-lock.json await mkdirP 2026-04-08 18:28:05 -05:00
package.json await mkdirP 2026-04-08 18:28:05 -05:00
README.md run prettier for the readme 2026-04-04 14:28:18 -05:00
rollup.config.ts Initial commit 2026-04-03 15:31:44 -05:00
tsconfig.json delobotomize codebase 2026-04-03 17:08:13 -05:00

setup-gli-action

Linter CI Check dist/ CodeQL Coverage

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 }}