From 1b555dbd652a77c0025f08324ce2fdf1bc56a506 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 7 Aug 2021 18:15:52 -0800 Subject: [PATCH] ci(frontend): :construction_worker: renamed ci/cd and removed old files --- .github/workflows/{backend-test-all.yml => backend-tests.yml} | 0 .github/workflows/{ci.yml => frontend-lint.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{backend-test-all.yml => backend-tests.yml} (100%) rename .github/workflows/{ci.yml => frontend-lint.yml} (100%) diff --git a/.github/workflows/backend-test-all.yml b/.github/workflows/backend-tests.yml similarity index 100% rename from .github/workflows/backend-test-all.yml rename to .github/workflows/backend-tests.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/frontend-lint.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/frontend-lint.yml