From 356af2ba53d6c46c1b0887f023e5e737c7ae3506 Mon Sep 17 00:00:00 2001 From: Benedict Weis Date: Tue, 2 Apr 2024 15:35:04 +0200 Subject: [PATCH] removed unecessary comments --- .github/workflows/backend.yml | 2 -- .github/workflows/frontend.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 736065a..3216a2f 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -1,5 +1,3 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs name: Backend diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index a7f3732..ad548b9 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,5 +1,3 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs name: Frontend