Skip to content

[ECO-2158] Create a docker image for starting the emojicoin_dot_fun local testnet for e2e testing locally and in CI #1941

[ECO-2158] Create a docker image for starting the emojicoin_dot_fun local testnet for e2e testing locally and in CI

[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

---
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
...