Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Entire Site Revamp

Entire Site Revamp #7

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
name: Prettier
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
cache: "npm"
- name: Install Dependencies
run: npm i
- name: Run Prettier
run: npx prettier --check .