mirror of
https://github.com/actions/setup-go.git
synced 2025-07-01 13:43:44 +00:00
14 lines
219 B
YAML
14 lines
219 B
YAML
# "Need Tests":
|
|
# - any: ['**']
|
|
# all: ['!__tests__/**']
|
|
|
|
# the following example does not work
|
|
# @domain/core:
|
|
# - package/core/*
|
|
# - package/core/**/*
|
|
|
|
bug:
|
|
- non-existent-file.txt
|
|
|
|
invalid:
|
|
- non-existent-file.txt
|