Skip to content

upgrade stale action (#34) #10

upgrade stale action (#34)

upgrade stale action (#34) #10

Workflow file for this run

name: Format Code
on:
push:
jobs:
format:
name: Format Code
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Format Code with Prettier
uses: creyD/[email protected]
with:
prettier_options: --write --tab-width 4 **/*.{js,md}