Skip to content

Small update

Small update #52

name: Prettier Check
on:
push:
branches:
- '*'
- '!main'
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Setup Node.js environment
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Prettier Check
run: npx prettier --check .