Skip to content

Merge branch 'master' of https://github.com/DanielPXL/nitro-play #18

Merge branch 'master' of https://github.com/DanielPXL/nitro-play

Merge branch 'master' of https://github.com/DanielPXL/nitro-play #18

Workflow file for this run

name: Prettier format check
on:
push:
pull_request:
permissions:
contents: read
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 20
cache: "npm"
- name: Install node_modules
run: npm ci
- name: Prettier format check
run: npx prettier . --check