Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 492 Bytes

xonsh/actions

Github CI workflows for the xonsh shell projects.

Usage

Real life example from xontrib-abbrevs/.github/workflows/test.yml:

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