Skip to content

Feature | Chicago Shotspotter Map #46

Feature | Chicago Shotspotter Map

Feature | Chicago Shotspotter Map #46

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Prettify CSS, HTML, and Markdown files
uses: creyD/[email protected]
with:
commit_message: "✨ Prettified code ✨"
prettier_options: --write --trailing-comma es5 **/*.{css,html,md}
same_commit: true