Skip to content

Add workaround for exporting wp.i18n to worker #5

Add workaround for exporting wp.i18n to worker

Add workaround for exporting wp.i18n to worker #5

Workflow file for this run

name: PR Prettier Check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
########### LINT PACKAGE ############
lint-package:
name: Lint Package
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 20.10.0
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable
- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
- name: Prettier Check
if: ${{ always() }}
run: pnpm fmt.check