This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Bump ruby/setup-ruby from 1.152.0 to 1.169.0 #85
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
npx prettier --trailing-comma none --check public/**/*.js public/**/*.css |