Skip to content

Bump actions/checkout from 3 to 4 #133

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #133

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@v4
- name: Check code formatting
run: npx prettier --check .