Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /website #161

Bump micromatch from 4.0.5 to 4.0.8 in /website

Bump micromatch from 4.0.5 to 4.0.8 in /website #161

Workflow file for this run

name: Check Website Code Formatting with Prettier
on:
pull_request:
branches:
- 'master'
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Run Prettier
uses: creyD/[email protected]
with:
# Prettier CLI arguments
prettier_options: '--config ./website/.prettierrc --ignore-path ./website/.prettierignore --check ./website'