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

Bump actions/stale from 8 to 9 #78

Bump actions/stale from 8 to 9

Bump actions/stale from 8 to 9 #78

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 [email protected]
npx prettier --trailing-comma none --check public/**/*.js public/**/*.css