From 0aec31dd8f185cef1eedd6487332bd9c2dbc2015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:23:42 -0800 Subject: [PATCH 1/2] Test no imprtant files changed workflow --- .github/workflows/no-important-files-changed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-important-files-changed.yml b/.github/workflows/no-important-files-changed.yml index 812e912..cfcd6db 100644 --- a/.github/workflows/no-important-files-changed.yml +++ b/.github/workflows/no-important-files-changed.yml @@ -17,7 +17,7 @@ permissions: jobs: check: - uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@main + uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@fix-no-important-files with: repository: ${{ github.event.pull_request.head.repo.owner.login }}/${{ github.event.pull_request.head.repo.name }} ref: ${{ github.head_ref }} From fa3a5f3a1de51962eeda555e23230096d7e5b883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:30:54 -0800 Subject: [PATCH 2/2] Test adding an invalidator file --- exercises/practice/anagram/.meta/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/practice/anagram/.meta/config.json b/exercises/practice/anagram/.meta/config.json index 3f4bbf2..0cf1118 100644 --- a/exercises/practice/anagram/.meta/config.json +++ b/exercises/practice/anagram/.meta/config.json @@ -13,7 +13,8 @@ ".meta/src/example.art" ], "invalidator": [ - "tester.art" + "tester.art", + "tests.toml" ] }, "blurb": "Given a word and a list of possible anagrams, select the correct sublist.",