kkga / tdx

CLI todo manager for iCalendar files.
The Unlicense
13 stars 1 forks source link

Set up go linting via GitHub Actions #12

Closed WhyNotHugo closed 2 years ago

WhyNotHugo commented 2 years ago

This sets up linting to run on pushes to main and pull requests.

It mostly detects errors like ineffectual assignments, errors not being checked, unread parameters and things like that.

The pipeline won't run on forks, but I think I got all the obvious cases in #11.

WhyNotHugo commented 2 years ago

Integrated this into #11