Skip to content

fix(taylor): Wrong def of $P_n$ #157

fix(taylor): Wrong def of $P_n$

fix(taylor): Wrong def of $P_n$ #157

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
spellcheck:
runs-on: ubuntu-latest
name: "Spellcheck"
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade codespell
- name: Run spellcheck
run: |
codespell $(git ls-files '*.tex')