steps
18 rows where repo = 206156866 sorted by id
This data as json, CSV (advanced)
Suggested facets: seq, job, uses, name, with, run
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
110297 | 1 | test 22144 | twitter-to-sqlite 206156866 | actions/checkout@v2 | |||||
110298 | 2 | test 22144 | twitter-to-sqlite 206156866 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
110299 | 3 | test 22144 | twitter-to-sqlite 206156866 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
110300 | 4 | test 22144 | twitter-to-sqlite 206156866 | Install dependencies | pip install -e '.[test]' | ||||
110301 | 5 | test 22144 | twitter-to-sqlite 206156866 | Run tests | pytest | ||||
110302 | 1 | deploy 22145 | twitter-to-sqlite 206156866 | actions/checkout@v2 | |||||
110303 | 2 | deploy 22145 | twitter-to-sqlite 206156866 | actions/setup-python@v2 | Set up Python | {"python-version": "3.9"} | |||
110304 | 3 | deploy 22145 | twitter-to-sqlite 206156866 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"} | |||
110305 | 4 | deploy 22145 | twitter-to-sqlite 206156866 | Install dependencies | pip install setuptools wheel twine | ||||
110306 | 5 | deploy 22145 | twitter-to-sqlite 206156866 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"} | |||
110307 | 1 | build 22146 | twitter-to-sqlite 206156866 | actions/checkout@v2 | Check out repo | ||||
110308 | 2 | build 22146 | twitter-to-sqlite 206156866 | Update TOC | npx markdown-toc README.md -i | ||||
110309 | 3 | build 22146 | twitter-to-sqlite 206156866 | Commit and push if README changed | git diff git config --global user.email "readme-bot@example.com" git config --global user.name "README-bot" git diff --quiet || (git add README.md && git commit -m "Updated README") git push | ||||
110310 | 1 | test 22147 | twitter-to-sqlite 206156866 | actions/checkout@v2 | |||||
110311 | 2 | test 22147 | twitter-to-sqlite 206156866 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
110312 | 3 | test 22147 | twitter-to-sqlite 206156866 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
110313 | 4 | test 22147 | twitter-to-sqlite 206156866 | Install dependencies | pip install -e '.[test]' | ||||
110314 | 5 | test 22147 | twitter-to-sqlite 206156866 | Run tests | pytest |
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]);