Skip to content

Merge branch 'adjust-width-on-faq' of https://github.com/AdvisorySG/m… #2221

Merge branch 'adjust-width-on-faq' of https://github.com/AdvisorySG/m…

Merge branch 'adjust-width-on-faq' of https://github.com/AdvisorySG/m… #2221

Workflow file for this run

name: Prettier
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npx --yes prettier -c .