Skip to content

Format with prettier #1

Format with prettier

Format with prettier #1

name: Check formatting
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Ruff formatting
uses: chartboost/ruff-action@v1
- name: Check Prettier formatting
uses: creyD/[email protected]
with:
dry: true
prettier_options: '--check .'