Skip to content

Merge branch 'main' of github.com:ReflectionsProjections/rp-api #555

Merge branch 'main' of github.com:ReflectionsProjections/rp-api

Merge branch 'main' of github.com:ReflectionsProjections/rp-api #555

Workflow file for this run

name: Prettier
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Run Prettier
run: npx prettier --write .