Skip to content

Adjusted styling

Adjusted styling #20

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