Skip to content

Artifacts: allow requesting multiple tasks in 'alfred artifact', remo… #133

Artifacts: allow requesting multiple tasks in 'alfred artifact', remo…

Artifacts: allow requesting multiple tasks in 'alfred artifact', remo… #133

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Tests
run: make test