nodejs / node-api-headers

Repository used to make the N-API headers more accessible
MIT License
32 stars 13 forks source link

Use `git status` instead of `git diff` for change calculation #21

Closed KevinEady closed 1 year ago

KevinEady commented 1 year ago

git diff does not list untracked files whereas git status does.

KevinEady commented 1 year ago

Sample run: https://github.com/KevinEady/node-api-headers/actions/runs/4607902604/jobs/8142998126 Sample PR: https://github.com/KevinEady/node-api-headers/pull/15