Skip to content

Merge pull request #1523 from maxmind/dependabot/github_actions/actio… #1487

Merge pull request #1523 from maxmind/dependabot/github_actions/actio…

Merge pull request #1523 from maxmind/dependabot/github_actions/actio… #1487

Workflow file for this run

name: Prettier
on:
push:
pull_request:
permissions: {}
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Prettify code
uses: creyD/prettier_action@8c18391fdc98ed0d884c6345f03975edac71b8f0 # 4.6
with:
dry: True
prettier_options: --check assets/js/**