Skip to content

anonie-muss/go-task-run-action

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

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

github workflow action for running tasks via 'task'

Resources

License

Stars

Watchers

Forks

Packages

No packages published