https://github.com/xonsh/actions
Github CI workflows for the xonsh shell internal projects.
https://github.com/xonsh/actions
xonsh-dev xontrib
Last synced: 6 months ago
JSON representation
Github CI workflows for the xonsh shell internal projects.
- Host: GitHub
- URL: https://github.com/xonsh/actions
- Owner: xonsh
- Created: 2022-04-14T21:00:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T11:40:26.000Z (over 1 year ago)
- Last Synced: 2025-06-04T21:45:28.553Z (about 1 year ago)
- Topics: xonsh-dev, xontrib
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xonsh/actions
Github CI workflows for the xonsh shell projects.
## Usage
Real life example from [xontrib-abbrevs/.github/workflows/test.yml](https://github.com/xonsh/xontrib-abbrevs/blob/5fbd8bfaf7cab2ebda05bb8294e6fc14e65f29e5/.github/workflows/test.yml):
```yaml
name: Testing
on:
push:
pull_request:
jobs:
testing:
# reuse workflow definitions
uses: xonsh/actions/.github/workflows/test-pip-xontrib.yml@main
with:
cache-dependency-path: pyproject.toml
```