Update README.md

This commit is contained in:
Tonye Jack 2021-08-27 22:01:21 -04:00 committed by GitHub
parent 03274db805
commit 19eb759935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,18 @@ jobs:
with: with:
base_sha: "2096ed0" base_sha: "2096ed0"
- name: Checkout into dir1
uses: actions/checkout@v2
with:
fetch-depth: 0
path: subfolder
- name: Run changed-files with defaults on the dir1
id: changed-files-for-subfolder
uses: tj-actions/changed-files@v1.0.0
with:
path: subfolder
``` ```
### Running [pre-commit](https://pre-commit.com/) on all modified files ### Running [pre-commit](https://pre-commit.com/) on all modified files