PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
469 stars 107 forks source link

Make sure to run linting against the sample code too #110

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

This is purely a workflows improvement - make sure to lint the sample code as well as the main library. Turns out golangci-lint does run against submodules!

Impact