xonsh / actions

Github CI workflows for the xonsh shell internal projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Github CI workflows for the xonsh shell internal projects.