Skip to content

MT5 code invocation from MT4 for all available indicators. #336

MT5 code invocation from MT4 for all available indicators.

MT5 code invocation from MT4 for all available indicators. #336

Workflow file for this run

---
name: Check
# yamllint disable-line rule:truthy
on:
pull_request:
push:
jobs:
Pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]