Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 391 Bytes

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