Skip to content

Commit

Permalink
mod: fixed some linting issuees
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolosLykos committed Sep 19, 2022
1 parent 09e95b0 commit 1a686ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: Lint
on: [ push, pull_request ]
jobs:
golangci:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<a style="text-decoration: none" href="go.mod">
<img src="https://img.shields.io/github/go-mod/go-version/KarolosLykos/archista?style=flat-square" alt="Go version">
</a>
<a style="text-decoration: none" href="https://github.com/KarolosLykos/archista/actions?query=workflow%3ALint+branch%3Amain">
<img src="https://img.shields.io/github/workflow/status/KarolosLykos/archista/Lint?style=flat-square" alt="Lint Status">
</a>

<br />
<a style="text-decoration: none" href="https://github.com/KarolosLykos/archista/stargazers">
Expand Down

0 comments on commit 1a686ae

Please sign in to comment.