air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.32k stars 770 forks source link

fix: add golangci-lint setup action and fix lint issue #592

Closed ndajr closed 1 month ago

ndajr commented 1 month ago

The make check linting step failed: https://github.com/cosmtrek/air/actions/runs/9240465156/job/25420774320. The build step running in each PR is broken with golangci-lint: command not found issue: https://github.com/cosmtrek/air/actions/runs/9149739894/job/25364966455#step:4:13

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 68.89%. Comparing base (f673320) to head (90649c1).

Files Patch % Lines
runner/proxy.go 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #592 +/- ## ========================================== + Coverage 68.49% 68.89% +0.39% ========================================== Files 11 11 Lines 1073 1061 -12 ========================================== - Hits 735 731 -4 + Misses 247 243 -4 + Partials 91 87 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.