Skip to content

Swapped Upload Artifact To Uplaod Pages Artifact #50

Swapped Upload Artifact To Uplaod Pages Artifact

Swapped Upload Artifact To Uplaod Pages Artifact #50

Workflow file for this run

name: Formatting Check | Prettier
on: [push, pull_request]
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 20
- name: Install dependencies
run: npm install --include=dev
- name: Run Prettier formatting check
run: npm run format:check