From 54478e6940e50c1fcd9598f6c9f3f71a7ed1bceb Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 20 May 2021 15:45:18 +0200 Subject: [PATCH] add comment with source --- .github/workflows/codechecks.js.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codechecks.js.yml b/.github/workflows/codechecks.js.yml index f5a4d50e..2e15c8e7 100644 --- a/.github/workflows/codechecks.js.yml +++ b/.github/workflows/codechecks.js.yml @@ -1,6 +1,8 @@ # 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 +# yarn cache setup from https://www.karltarvas.com/2020/12/09/github-actions-cache-yarn-install.html + name: Code checks on: