From 0b7b1955e234a8c0409f5ddde06c88313ab2e254 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 16 Mar 2025 02:56:59 -0700 Subject: [PATCH] Remove superfluous "TODO" comment This repository's infrastructure is based on a collection of reusable "template" assets. In cases where those assets must be configured for the specific project in which they are used, this is indicated by a "TODO" comment. Once the configuration indicated by the "TODO" comment is made, the comment should be removed as it no longer serves any purpose. One of these comments was not removed at the time the asset was installed. --- .github/workflows/check-taskfiles.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-taskfiles.yml b/.github/workflows/check-taskfiles.yml index 70b9b59..608c2f7 100644 --- a/.github/workflows/check-taskfiles.yml +++ b/.github/workflows/check-taskfiles.yml @@ -64,7 +64,6 @@ jobs: matrix: file: - # TODO: add paths to any additional Taskfiles here - ./**/Taskfile.yml - ./**/DistTasks.yml