Skip to content

issue 2440

issue 2440 #1

Workflow file for this run

name: issue-npm.yml
on:
push:
branches:
- test-npm
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: "Install task"
shell: "bash"
run: npm install -g @go-task/cli
- run: task -t issue-2440.yml test; echo $?