Skip to content

Bump prettier from 2.8.8 to 3.0.1 #127

Bump prettier from 2.8.8 to 3.0.1

Bump prettier from 2.8.8 to 3.0.1 #127

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
checkPrettier:
name: Check Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check code formatting
run: npx prettier --check .