From 0ec4d263c73dc67b8ef71a112956f1bc93484fe5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 12 Sep 2025 12:56:43 -0700 Subject: [PATCH] Remove vestigial "to do" comments from workflow This workflow came from a collection of reusable infrastructure assets. These comments are intended to facilitate project-specific configuration at the time of installation in a project. They serve no purpose after installation and thus should have been removed at that time. --- .github/workflows/check-npm-task.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-npm-task.yml b/.github/workflows/check-npm-task.yml index 9951712b..82fa8ba5 100644 --- a/.github/workflows/check-npm-task.yml +++ b/.github/workflows/check-npm-task.yml @@ -97,7 +97,6 @@ jobs: fail-fast: false matrix: project: - # TODO: add paths of all npm-managed projects in the repository here. - path: . steps: