id,seq,job,repo,uses,name,with,run,env,if 137049,1,27506,140912432,actions/checkout@v2,,,,, 137050,2,27506,140912432,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": 3.9}",,, 137051,3,27506,140912432,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 137052,4,27506,140912432,,Install dependencies,,"pip install -e '.[docs]' ",, 137053,5,27506,140912432,,Check spelling,,"codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt codespell sqlite_utils --ignore-words docs/codespell-ignore-words.txt ",,