Skip to content

Merge branch 'dev/divyak/get-attendee-email' of github.com:Reflection… #543

Merge branch 'dev/divyak/get-attendee-email' of github.com:Reflection…

Merge branch 'dev/divyak/get-attendee-email' of github.com:Reflection… #543

Workflow file for this run

name: Prettier
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Run Prettier
run: npx prettier --write .