@@ -11,25 +11,25 @@ describe("Check files editions (checkout your files if needed)", () => {
1111 void test . each ( [
1212 "README.md" ,
1313 "source/plugins/README.md" ,
14+ "source/plugins/community/README.md" ,
1415 "source/templates/README.md" ,
1516 "action.yml" ,
1617 "settings.example.json" ,
1718 "tests/plugins/*" ,
19+ ".github/workflows/examples.yml" ,
20+ ".github/readme/partials/documentation/compatibility.md"
1821 ] ) ( "%s" , async file => expect ( ( await diff ( ) ) . includes ( file ) ) . toBe ( false ) ) )
1922 describe ( "Repository level files were not modified" , ( ) =>
2023 void test . each ( [
2124 ".github/config/*" ,
2225 ".github/ISSUE_TEMPLATE/*" ,
23- ".github/PULL_REQUEST_TEMPLATE/*" ,
2426 ".github/readme/partials/license.md" ,
25- ".github/readme/partials/setup.md" ,
26- ".github/readme/partials/features.md" ,
27- ".github/readme/partials/documentation/compatibility.md" ,
28- ".github/readme/partials/introduction.md" ,
29- ".github/workflows/*" ,
3027 ".github/scripts/*" ,
31- ".github/FUNDING.yml " ,
28+ ".github/workflows/* " ,
3229 ".github/architecture.svg" ,
30+ ".github/dependabot.yml" ,
31+ ".github/FUNDING.yml" ,
32+ ".github/pull_request_template.md/*" ,
3333 "LICENSE" ,
3434 "ARCHITECTURE.md" ,
3535 "SECURITY.md" ,
0 commit comments