tests: auto-generated from examples.yml (#773) [skip ci]

This commit is contained in:
Simon Lecoq
2022-01-14 05:41:13 +01:00
committed by GitHub
parent 4d06539136
commit 64427b0a91
91 changed files with 524 additions and 831 deletions

View File

@@ -14,6 +14,7 @@ describe("Check files editions (checkout your files if needed)", () => {
"source/templates/README.md",
"action.yml",
"settings.example.json",
"tests/plugins/*",
])("%s", async file => expect((await diff()).includes(file)).toBe(false)))
describe("Repository level files were not modified", () =>
void test.each([
@@ -27,6 +28,7 @@ describe("Check files editions (checkout your files if needed)", () => {
".github/readme/partials/introduction.md",
".github/workflows/*",
".github/FUNDING.yml",
".github/examples.mjs",
".github/index.mjs",
".github/release.mjs",
".github/markdown_example.mjs",