steps
5 rows where job = 27877
This data as json, CSV (advanced)
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
138889 | 1 | spellcheck 27877 | sqlite-utils 140912432 | actions/checkout@v2 | |||||
138890 | 2 | spellcheck 27877 | sqlite-utils 140912432 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": 3.9 } |
|||
138891 | 3 | spellcheck 27877 | sqlite-utils 140912432 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
138892 | 4 | spellcheck 27877 | sqlite-utils 140912432 | Install dependencies | pip install -e '.[docs]' | ||||
138893 | 5 | spellcheck 27877 | sqlite-utils 140912432 | Check spelling | codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt codespell sqlite_utils --ignore-words docs/codespell-ignore-words.txt |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [steps] ( [id] INTEGER PRIMARY KEY, [seq] INTEGER, [job] INTEGER REFERENCES [jobs]([id]), [repo] INTEGER REFERENCES [repos]([id]), [uses] TEXT, [name] TEXT, [with] TEXT, [run] TEXT , [env] TEXT, [if] TEXT); CREATE INDEX [idx_steps_repo] ON [steps] ([repo]); CREATE INDEX [idx_steps_job] ON [steps] ([job]);