From bde915bce3ba728259a4aee04b42bd464837a9d2 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Tue, 2 Nov 2021 08:03:04 -0300 Subject: [PATCH] chore: remove comment on workflow file --- .github/workflows/node.js.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4dd1c5c4..38828d4a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,6 +1,5 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -# TODO: Make actual tests instead of just running the examples file name: Build