tkrajina / golongfuncs

Find long/complex Golang functions in your code
Apache License 2.0
29 stars 3 forks source link

Adding Github actions for Golang #8

Open gogingersnap777 opened 3 months ago

gogingersnap777 commented 3 months ago

Description

Working on testing Github actions but ideally the tests should pass before code is pushed in.

Currently following - https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

Changes

Issue

Issue - https://github.com/tkrajina/golongfuncs/issues/7

gogingersnap777 commented 3 months ago
Screenshot 2024-06-02 at 5 50 56 PM

I'm able to get this working in my forked repo but I'm not seeing it pop up in the the main repo (tkrajina/golongfuncs).

gogingersnap777 commented 3 months ago

@tkrajina Looking for review whenever you have time!