Skip to content

Instrument Reflex processing in development and log a summary #1976

Instrument Reflex processing in development and log a summary

Instrument Reflex processing in development and log a summary #1976

name: Prettier-Standard
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
prettier:
name: Prettier-Standard Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Run yarn install
run: yarn install --frozen-lockfile
- name: Run prettier-standard check
run: yarn lint