diff --git a/.github/workflows/check-deprecated-exercises.yml b/.github/workflows/check-deprecated-exercises.yml index 9e39d6af7..8865285b5 100644 --- a/.github/workflows/check-deprecated-exercises.yml +++ b/.github/workflows/check-deprecated-exercises.yml @@ -2,6 +2,12 @@ name: Deprecated on: pull_request: + paths: + - "exercises/**" + push: + branches: + - main + workflow_dispatch: jobs: test-deprecated: diff --git a/bin/fetch-configlet b/bin/fetch-configlet index 6bef43ab7..584afcaa0 100755 --- a/bin/fetch-configlet +++ b/bin/fetch-configlet @@ -6,6 +6,7 @@ set -eo pipefail + curlopts=( --silent --show-error diff --git a/exercises/practice/acronym/.meta/config.json b/exercises/practice/acronym/.meta/config.json index 653555482..49055610b 100644 --- a/exercises/practice/acronym/.meta/config.json +++ b/exercises/practice/acronym/.meta/config.json @@ -8,7 +8,7 @@ "jmrunkle", "jtigger", "kytrinyx", - "lemoncurry", + "lemoncury", "miranikaran01", "mirkoperillo", "moaxcp",