From dd2d926fc6133cfc4f6c192996c7b375641a82f8 Mon Sep 17 00:00:00 2001 From: Isaac Cheng <47993930+IsaacCheng9@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:32:18 +0100 Subject: [PATCH] Remove Prettier formatting from CI workflow --- .github/workflows/main.yml | 6 ------ README.md | 2 -- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d82b59..d8df115 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,12 +26,6 @@ jobs: with: args: "." - - name: Run front-end code formatting with Prettier - uses: creyD/prettier_action@v3.3 - with: - commit_message: Format code with Black and Prettier - prettier_options: --write {**/*,*}.{js,ts,jsx,tsx,html,css} - - name: Switch to current branch run: git checkout ${{ env.BRANCH }} diff --git a/README.md b/README.md index 0b2e74b..eb59e64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Student Network - Reconnect [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) ![CI](https://github.com/IsaacCheng9/student-network/actions/workflows/main.yml/badge.svg) A student network which promotes interaction within the student community. @@ -19,7 +18,6 @@ each other in a fun and friendly online environment. ![Taking Quizzes](https://user-images.githubusercontent.com/47993930/148656440-ebe6b74b-ccdd-4277-a258-5bd467155bb2.png) ![Quiz Results](https://user-images.githubusercontent.com/47993930/148656480-ae105aaa-26b9-4111-a168-ba383bcc0cbf.png) - ## Installation ### Python Version