Skip to content
/ actions Public

Github CI workflows for the xonsh shell internal projects.

Notifications You must be signed in to change notification settings

xonsh/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages