- TypeScript 100%
|
Some checks failed
Check npm / validate (push) Has been cancelled
Check npm / check-sync (push) Has been cancelled
Check Prettier Formatting / check (push) Has been cancelled
Check Action Metadata / validate (push) Has been cancelled
Check Markdown / lint (push) Has been cancelled
Check Markdown / links (push) Has been cancelled
Check npm Dependencies / run-determination (push) Has been cancelled
Check TypeScript Configuration / validate (./tsconfig.eslint.json) (push) Has been cancelled
Check TypeScript Configuration / validate (./tsconfig.json) (push) Has been cancelled
Check TypeScript / check (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
Sync Labels / check (push) Has been cancelled
Test TypeScript / test (macos-latest) (push) Has been cancelled
Test TypeScript / test (ubuntu-latest) (push) Has been cancelled
Test TypeScript / test (windows-latest) (push) Has been cancelled
Test TypeScript / check-packaging (push) Has been cancelled
Check npm Dependencies / check-cache (push) Has been cancelled
Check npm Dependencies / check-deps (push) Has been cancelled
Sync Labels / download (tooling.yml) (push) Has been cancelled
Sync Labels / download (universal.yml) (push) Has been cancelled
Sync Labels / sync (push) Has been cancelled
build(deps-dev): bump markdown-link-check from 3.14.2 to 3.15.0 |
||
|---|---|---|
| .github | ||
| .licenses/npm | ||
| __tests__ | ||
| dist | ||
| src | ||
| .codespellrc | ||
| .eslintignore | ||
| .eslintrc.yml | ||
| .gitignore | ||
| .licensed.yml | ||
| .markdown-link-check.json | ||
| .markdownlint.yml | ||
| .markdownlintignore | ||
| .npmrc | ||
| .prettierignore | ||
| action.yml | ||
| CONTRIBUTING.md | ||
| jest.config.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| Taskfile.yml | ||
| tsconfig.eslint.json | ||
| tsconfig.json | ||
arduino/setup-task
A GitHub Actions action that makes the Task task runner / build tool available to use in your workflow.
Inputs
version
The version of Task to install.
Can be an exact version (e.g., 3.4.2) or a version range (e.g., 3.x).
Default: 3.x
repo-token
(Optional) GitHub access token used for GitHub API requests. Heavy usage of the action can result in workflow run failures caused by rate limiting. GitHub provides a more generous allowance for Authenticated API requests.
It will be convenient to use ${{ secrets.GITHUB_TOKEN }}.
Usage
To get the action's default version of Task just add this step:
- name: Install Task
uses: arduino/setup-task@v3
If you want to pin a major or minor version you can use the .x wildcard:
- name: Install Task
uses: arduino/setup-task@v3
with:
version: 2.x
To pin the exact version:
- name: Install Task
uses: arduino/setup-task@v3
with:
version: 2.6.1
Security
If you think you found a vulnerability or other security-related bug in this project, please read our security policy and report the bug to our Security Team 🛡️ Thank you!
e-mail contact: security@arduino.cc