All Projects → arduino → setup-task

arduino / setup-task

Licence: GPL-3.0 License
GitHub Actions action to make Task available for use in your workflow

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to setup-task

vacation-mode-action
Limit interactions to your repository while on vacation using GitHub Actions
Stars: ✭ 73 (+421.43%)
Mutual labels:  github-actions
demo-ci
Aula prática sobre servidores de Integração Contínua
Stars: ✭ 15 (+7.14%)
Mutual labels:  github-actions
actions
A collection of GitHub Actions
Stars: ✭ 21 (+50%)
Mutual labels:  github-actions
sentry-release
GitHub Action for publishing a new release to Sentry.io
Stars: ✭ 13 (-7.14%)
Mutual labels:  github-actions
ci-notice
😱 Notify you when CI fails.
Stars: ✭ 25 (+78.57%)
Mutual labels:  github-actions
action-hadolint
Run hadolint with reviewdog 🐶
Stars: ✭ 38 (+171.43%)
Mutual labels:  github-actions
CIAnalyzer
A tool collecting multi CI services build data and export it for creating self-hosting build dashboard.
Stars: ✭ 52 (+271.43%)
Mutual labels:  github-actions
setup-gleam
👷‍♀️ Gleam on GitHub Actions
Stars: ✭ 16 (+14.29%)
Mutual labels:  github-actions
intellij-platform-plugin-verifier-action
GitHub Action for executing the intellij-plugin-verifier
Stars: ✭ 20 (+42.86%)
Mutual labels:  github-actions
github-act-runner
act as self-hosted runner
Stars: ✭ 68 (+385.71%)
Mutual labels:  github-actions
bridgecrew-action
This Github Action runs Bridgecrew against an Infrastructure-as-Code repository. Bridgecrew performs static security analysis of Terraform & CloudFormation Infrastructure code.
Stars: ✭ 52 (+271.43%)
Mutual labels:  github-actions
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (+42.86%)
Mutual labels:  github-actions
scorecard-action
Official GitHub Action for OSSF Scorecards.
Stars: ✭ 33 (+135.71%)
Mutual labels:  github-actions
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (+78.57%)
Mutual labels:  github-actions
build-godot-action
GitHub action that builds a Godot project for multiple platforms
Stars: ✭ 62 (+342.86%)
Mutual labels:  github-actions
invalidate-cloudfront-action
Invalidate AWS CloudFront distribution paths
Stars: ✭ 84 (+500%)
Mutual labels:  github-actions
setup-graphviz
▶️ GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).
Stars: ✭ 20 (+42.86%)
Mutual labels:  github-actions
chalice-extended-action
Automated deployment of your Chalice application via Github Actions
Stars: ✭ 18 (+28.57%)
Mutual labels:  github-actions
cake-build
Demonstrates a basic build of a .NET NuGet package using https://cakebuild.net/
Stars: ✭ 22 (+57.14%)
Mutual labels:  github-actions
all-about-reactJS
I'll be working on 20 different ReactJS projects over the course of 60 days and try to create mobile-first, light and dark themed apps out of them.
Stars: ✭ 15 (+7.14%)
Mutual labels:  github-actions

arduino/setup-task

Test TypeScript status Check TypeScript status Check TypeScript Configuration status Check npm status Integration Tests status Check Action Metadata status Check Prettier Formatting status Check Markdown status Spell Check status Check License status

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@v1

If you want to pin a major or minor version you can use the .x wildcard:

- name: Install Task
  uses: arduino/setup-task@v1
  with:
    version: 2.x

To pin the exact version:

- name: Install Task
  uses: arduino/setup-task@v1
  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: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].