[ECO-2158] Create a docker image for starting the emojicoin_dot_fun
local testnet for e2e testing locally and in CI
#1941
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-lint: | |
runs-on: 'ubuntu-latest' | |
steps: | |
- uses: 'actions/checkout@v3' | |
- uses: './.github/actions/ts-run-lint' | |
name: 'Run the TypeScript linter' | |
'on': | |
pull_request: null | |
push: | |
branches: | |
- 'main' | |
workflow_dispatch: null | |
... |