Skip to content

New test/dummy app for docs, demos, and tests #357

New test/dummy app for docs, demos, and tests

New test/dummy app for docs, demos, and tests #357

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:
version: '16.x'
cache: 'yarn'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Run Prettier-Standard
run: yarn run prettier-standard --check ./app/javascript/**/*.js