You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project contains many files that do not have the correct end-of-file setting.
Implementation
Install pre-commit in this repository.
Add the end-of-file-fixer hook.
Add a GitHub Action to run pre-commit, which operates on all branches.
It appears there is an official pre-commit GitHub Action. The example provided only runs on the main branch.
We might consider adding more hooks in separate issues.
The text was updated successfully, but these errors were encountered:
This project contains many files that do not have the correct end-of-file setting.
Implementation
pre-commit
in this repository.end-of-file-fixer
hook.pre-commit
, which operates on all branches.It appears there is an official pre-commit GitHub Action. The example provided only runs on the
main
branch.We might consider adding more hooks in separate issues.
The text was updated successfully, but these errors were encountered: