task icon indicating copy to clipboard operation
task copied to clipboard

Taskfile schema fits multiple variants error

Open mriegler opened this issue 1 year ago • 0 comments

  • Task version: 3.12.1
  • Operating System: macos x64

Using the current schema complains that multiple variants fit the same file.

This was caused by #757 because using the schema from before that commit works fine.

Example Taskfile showing the issue

# https://taskfile.dev

version: '3'

# Just here for convenience
includes:
  devops:
    taskfile: "./devops/Taskfile.dist.yaml"

tasks:
  default:
    cmds:
      - stuff

mriegler avatar Aug 25 '22 13:08 mriegler