RMI-PACTA / r2dii.usethis

Automate Package And Project Setup
https://2degreesinvesting.github.io/r2dii.usethis
Other
1 stars 2 forks source link

function to add the 2dii centralized encoding check GitHub action to their repo #49

Open cjyetman opened 2 years ago

cjyetman commented 2 years ago

centralized action is here: https://github.com/2DegreesInvesting/actions/tree/master/check-file-encodings-in-PR

here's a minimal example of implementing it in another repo: https://github.com/2DegreesInvesting/deleteme/blob/master/.github/workflows/main.yml

it can also be added as a step in an existing GitHub Action by adding this line:

- uses: 2DegreesInvesting/actions/check-file-encodings-in-PR@v12