Skip to content

A bash-only implementation of checkout

License

Notifications You must be signed in to change notification settings

WohlSoft/checkout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extremely simple checkout replacement that does not use node.js

Usage

name: build
on: push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: TheXTech/checkout@v10.1
    # Build