Skip to content

Update Setup Docs for StimulusReflex 3.5, Rails 7/8 #2074

Update Setup Docs for StimulusReflex 3.5, Rails 7/8

Update Setup Docs for StimulusReflex 3.5, Rails 7/8 #2074

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