Skip to content

Add two new configuration options for periodic retained WAL size check in scaled down mode #133

Add two new configuration options for periodic retained WAL size check in scaled down mode

Add two new configuration options for periodic retained WAL size check in scaled down mode #133

name: TS formatting
on:
pull_request:
paths-ignore:
- '**/README.md'
- 'integration-tests/**'
- 'packages/electric-telemetry/**'
- 'packages/elixir-client/**'
- 'packages/sync-service/**'
permissions:
contents: read
jobs:
ts_check_formatting:
name: Check formatting of TS packages, examples and website
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check Prettier formatting
run: pnpm run format:check
- name: Check ESLint (all packages)
run: pnpm run stylecheck-all