https://github.com/xonsh/actions
Github CI workflows for the xonsh shell internal projects.
https://github.com/xonsh/actions
xonsh-dev xontrib
Last synced: 4 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T14:31:26.000Z (12 months ago)
- Last Synced: 2024-10-24T15:39:01.905Z (8 months ago)
- Topics: xonsh-dev, xontrib
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
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: Testingon:
push:
pull_request:jobs:
testing:
# reuse workflow definitions
uses: xonsh/actions/.github/workflows/test-pip-xontrib.yml@main
with:
cache-dependency-path: pyproject.toml```