diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 859bf2b5ff..a4affa57fe 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean install of node dependencies, cache/restore them, 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 - name: RxPlayer Tests on: diff --git a/.github/workflows/demo_check.yml b/.github/workflows/demo_check.yml index b69fee909f..b876723abf 100644 --- a/.github/workflows/demo_check.yml +++ b/.github/workflows/demo_check.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean install of node dependencies, cache/restore them, 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 - name: RxPlayer Demo Checks on: diff --git a/.github/workflows/script_check.yml b/.github/workflows/script_check.yml index e001fc6d5d..c6183191c0 100644 --- a/.github/workflows/script_check.yml +++ b/.github/workflows/script_check.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean install of node dependencies, cache/restore them, 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 - name: RxPlayer Script Checks on: