Skip to content

Bump themes/papermod from 3e53621 to 9f1f414 #30

Bump themes/papermod from 3e53621 to 9f1f414

Bump themes/papermod from 3e53621 to 9f1f414 #30

Workflow file for this run

name: Prettier
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
dry: True
prettier_options: ". --check"