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

---
name: Check formatting
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting with Prettier
uses: actionsx/prettier@3d9f7c3fa44c9cb819e68292a328d7f4384be206
with:
# prettier CLI arguments.
args: --check .