Skip to content

[ECO-2167] Rename all instances of _PK to _PRIVATE_KEY in favor of being more explicit about the key type #1955

[ECO-2167] Rename all instances of _PK to _PRIVATE_KEY in favor of being more explicit about the key type

[ECO-2167] Rename all instances of _PK to _PRIVATE_KEY in favor of being more explicit about the key type #1955

Workflow file for this run

---
env:
TS_DIR: 'src/typescript'
jobs:
ts-run-fmt:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: './.github/actions/ts-run-fmt'
name: 'Run the TypeScript formatter'
'on':
pull_request: null
push:
branches:
- 'main'
workflow_dispatch: null
...