Skip to content

Bump posthog-js from 1.236.2 to 1.252.1 #523

Bump posthog-js from 1.236.2 to 1.252.1

Bump posthog-js from 1.236.2 to 1.252.1 #523

Workflow file for this run

name: Format
permissions:
contents: write
on:
pull_request:
push:
branches-ignore:
- prod
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write .