mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
17 lines
195 B
YAML
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/**
|