From f68bccbb30760ee92149637e884a1b485193b5a9 Mon Sep 17 00:00:00 2001 From: Paul Berberian Date: Wed, 4 Sep 2024 11:38:06 +0200 Subject: [PATCH] Remove unnecessary top notice in github actions files --- .github/workflows/checks.yml | 3 --- .github/workflows/demo_check.yml | 3 --- .github/workflows/script_check.yml | 3 --- 3 files changed, 9 deletions(-) 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: