steps
13 rows where repo = 611552758
This data as json, CSV (advanced)
Suggested facets: seq, job, uses, name, with, run
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
136814 | 1 | test 27456 | apple-notes-to-sqlite 611552758 | actions/checkout@v3 | |||||
136815 | 2 | test 27456 | apple-notes-to-sqlite 611552758 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}", "cache": "pip", "cache-dependency-path": "setup.py"} | |||
136816 | 3 | test 27456 | apple-notes-to-sqlite 611552758 | Install dependencies | pip install '.[test]' | ||||
136817 | 4 | test 27456 | apple-notes-to-sqlite 611552758 | Run tests | pytest | ||||
136818 | 1 | deploy 27457 | apple-notes-to-sqlite 611552758 | actions/checkout@v3 | |||||
136819 | 2 | deploy 27457 | apple-notes-to-sqlite 611552758 | actions/setup-python@v4 | Set up Python | {"python-version": "3.11", "cache": "pip", "cache-dependency-path": "setup.py"} | |||
136820 | 3 | deploy 27457 | apple-notes-to-sqlite 611552758 | Install dependencies | pip install setuptools wheel twine build | ||||
136821 | 4 | deploy 27457 | apple-notes-to-sqlite 611552758 | Publish | python -m build twine upload dist/* | {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"} | |||
136822 | 1 | test 27458 | apple-notes-to-sqlite 611552758 | actions/checkout@v3 | |||||
136823 | 2 | test 27458 | apple-notes-to-sqlite 611552758 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}", "cache": "pip", "cache-dependency-path": "setup.py"} | |||
136824 | 3 | test 27458 | apple-notes-to-sqlite 611552758 | Install dependencies | pip install '.[test]' | ||||
136825 | 4 | test 27458 | apple-notes-to-sqlite 611552758 | Run tests | pytest | ||||
136826 | 5 | test 27458 | apple-notes-to-sqlite 611552758 | Check if README is up-to-date | cog --check README.md |
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]);