Skip to content

taski: add task

taski: add task #20

Workflow file for this run

name: Taski
on:
pull_request:
paths:
- Taski/**
defaults:
run:
shell: bash
working-directory: Taski
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: "^1.24.0"
- name: Run tests
run: go test -v ./...