mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 09:27:57 +00:00
Update README.md
This commit is contained in:
parent
b86b5055c6
commit
fc4a224c47
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -893,6 +893,8 @@ See [inputs](#inputs) for more information.
|
|||
|
||||
## Real-world usage
|
||||
|
||||
### Open source projects
|
||||
|
||||
* [vitejs/vite: uses tj-actions/changed-files to automate testing](https://github.com/vitejs/vite/blob/8da04227d6f818a8ad9efc0056101968037c2e36/.github/workflows/ci.yml#L61)
|
||||
|
||||
* [qgis/QGIS: uses tj-actions/changed-files to automate spell checking](https://github.com/qgis/QGIS/blob/a5333497e90ac9de4ca70463d8e0b64c3f294d63/.github/workflows/code_layout.yml#L147)
|
||||
|
@ -909,10 +911,17 @@ See [inputs](#inputs) for more information.
|
|||
|
||||
* [nhost: uses tj-actions/changed-files to automate testing based on changes detected](https://github.com/nhost/nhost/blob/main/.github/workflows/ci.yaml#L44-L48)
|
||||
|
||||
![image](https://github.com/tj-actions/changed-files/assets/17484350/23767413-4c51-42fb-ab1c-39ef72c44904)
|
||||
* [qmk_firmware uses tj-actions/changed-files to run linters](https://github.com/qmk/qmk_firmware/blob/7a737235ffd49c32d2c5561e8fe53fd96baa7f96/.github/workflows/lint.yml#L30)
|
||||
|
||||
And many more...
|
||||
|
||||
|
||||
### Scalability Example
|
||||
|
||||
![image](https://github.com/tj-actions/changed-files/assets/17484350/23767413-4c51-42fb-ab1c-39ef72c44904)
|
||||
|
||||
|
||||
|
||||
## Known Limitation
|
||||
|
||||
> **Warning**
|
||||
|
|
Loading…
Reference in a new issue