Skip to content

try: gh-pages

try: gh-pages #45

Workflow file for this run

name: prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install -g prettier
- name: Run Prettier check
run: npx prettier --check .