Skip to content

rsclarke/install-task

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install go-task/task Action

This GitHub Action installs go-task/task to the GitHub Actions runner tool cache and adds it to the PATH. It always verifies the downloaded archive against official checksums.

Platform Support

This action supports Linux and macOS runners only. Windows is not supported.

Usage

jobs:
  build:
    runs-on: ubuntu-latest # or macOS-latest
    steps:
      - uses: actions/checkout@v4

      - name: Install Task
        uses: rsclarke/install-task@v1

      - name: Run Task
        run: task --list

About

Install go-task/task for GitHub Actions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published