sidvishnoi / git-delta

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Shell 100.0%