Skip to content

Update backtesting tutorial #479

Update backtesting tutorial

Update backtesting tutorial #479

Workflow file for this run

name: Spell Checking
on: [pull_request]
jobs:
codespell:
name: Check spelling with codespell
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
misspell:
name: Check spelling with misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
run: ./misspell -error