Skip to content

Bump ruby/setup-ruby from 1.152.0 to 1.176.0 #348

Bump ruby/setup-ruby from 1.152.0 to 1.176.0

Bump ruby/setup-ruby from 1.152.0 to 1.176.0 #348

Workflow file for this run

name: Prettier
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
prettier:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prettier JS
run: |
npm install prettier@3.0.0
npx prettier --trailing-comma none --check public/**/*.js public/**/*.css