mirror of
https://github.com/go-task/task.git
synced 2026-09-02 04:02:08 +02:00
refactor: centralize fingerprint method resolution in a Fingerprinter (#2924)
This commit is contained in:
9
testdata/method_invalid/Taskfile.yml
vendored
Normal file
9
testdata/method_invalid/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
build:
|
||||
method: checksums # typo: not a valid method
|
||||
cmds:
|
||||
- echo "cs=[{{.CHECKSUM}}]"
|
||||
sources:
|
||||
- ./source.txt
|
||||
1
testdata/method_invalid/source.txt
vendored
Normal file
1
testdata/method_invalid/source.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
x
|
||||
Reference in New Issue
Block a user