Skip to content

sidvishnoi/git-delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

git-delta

GitHub action to install git-delta from a pre-compiled binary and add delta to the system path.

Why?

cargo install git-delta is too slow to be used in GitHub Actions (takes around 4min).

Usage

jobs:
  diff:
    runs-on: ubuntu-latest
    steps:
      - uses: sidvishnoi/git-delta@v1
      - run: git diff | delta

About

GitHub Action to install git-delta from a pre-compiled binary and add `delta` to system path.

Topics

Resources

Stars

Watchers

Forks

Languages