Skip to content

Commit

Permalink
Remove Prettier formatting from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Oct 5, 2023
1 parent 01f0bd7 commit dd2d926
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit dd2d926

Please sign in to comment.