google / vim-codefmt

Vim plugin for syntax-aware code formatting
Apache License 2.0
1.11k stars 114 forks source link

Get automated tests running on pull requests again #195

Open dbarnett opened 2 years ago

dbarnett commented 2 years ago

We used to have vroom run automatically on every pull request using Travis CI hooks, but those have been disabled. We should delete the remnant .travis.yml file and get the equivalent running using GitHub Actions.

See the maktaba plugin's test action for inspiration: https://github.com/google/vim-maktaba/blob/master/.github/workflows/run-tests.yml.