Skip to content

Bump posthog-js from 1.164.1 to 1.165.0 #283

Bump posthog-js from 1.164.1 to 1.165.0

Bump posthog-js from 1.164.1 to 1.165.0 #283

Workflow file for this run

---
name: Lint
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
concurrency:
group: lint-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint-eslint:
uses: timmo001/workflows/.github/workflows/lint-eslint.yml@master
with:
use-pnpm: true
lint-markdown-links:
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@master
lint-markdownlint:
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@master
lint-prettier:
uses: timmo001/workflows/.github/workflows/lint-prettier.yml@master
with:
file-types: "{js,json,ts,tsx,yml}"
use-pnpm: true
lint-yamllint:
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@master