Skip to content

chore(deps): bump next from 16.1.5 to 16.1.7 in /website in the npm_and_yarn group across 1 directory #424

chore(deps): bump next from 16.1.5 to 16.1.7 in /website in the npm_and_yarn group across 1 directory

chore(deps): bump next from 16.1.5 to 16.1.7 in /website in the npm_and_yarn group across 1 directory #424

Workflow file for this run

name: Check Website Code Formatting with Prettier
on:
pull_request:
branches:
- 'master'
permissions:
contents: read
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v6.0.2
- name: Run Prettier
uses: creyD/prettier_action@v4.6
with:
# Prettier CLI arguments
prettier_options: '--config ./website/.prettierrc --ignore-path ./website/.prettierignore --check ./website'