[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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 | |
... |