Files
changed-files/test/changed-files.yml
T
c25c77a67a feat: add support for complex filters (#1265)
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: tj-actions[bot] <[email protected]>
2023-06-16 06:17:13 +00:00

17 lines
195 B
YAML

test:
- test/**.txt
src:
- src/*.ts
- '!src/__tests__/**'
dist:
- dist/**
shared: &shared
- .github/**
common:
- *shared
- .gitignore
multiline: |
test/**
src/*.ts
.github/**