Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Bump ruby/setup-ruby from 1.148.0 to 1.156.0 #70

Bump ruby/setup-ruby from 1.148.0 to 1.156.0

Bump ruby/setup-ruby from 1.148.0 to 1.156.0 #70

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@v3
- name: Prettier JS
run: |
npm install prettier
npx prettier --check public/**/*.js public/**/*.css