mcktr / check_fritz

Check plugin written in Go to monitor a Fritz!Box
GNU General Public License v2.0
32 stars 10 forks source link

Fix checksum creation during the build process #106

Closed mcktr closed 3 years ago

mcktr commented 3 years ago

Create the checksum files without the 'build/' folder prefix. Introduce a new Makefile target to test the checksum files during the CI process.

fixes #105