Skip to content

Go Task Runner

Actions
Installs go-task and run tasks
v0.0.5
Latest
Star (0)

go-task-run-action

Install task (https://taskfile.dev/) and run the specified tasks. Requires curl.

Input

inputs:
  version:
    description: Version of task to install
    required: false
    default: "latest"
  tasks:
    description: "Tasks to run, separated by spaces"
    required: true

Usage

name: Run checks

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

jobs:
  checks:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4

    - name: checks
      uses: anonie-muss/go-task-run-action@latest
      with:
        tasks: install_tools checks

Go Task Runner is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs go-task and run tasks
v0.0.5
Latest

Go Task Runner is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.