Skip to content

Commit

Permalink
ci: add super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 1, 2024
1 parent 63dcd09 commit b9b91d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
fetch-depth: 0

- name: Install go dependencies
run: apt update && apt install -y pkg-config

- name: Super-linter
uses: super-linter/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="/docs/icon.png" alt="Project Logo" width="50" style="vertical-align:middle;">
IPingTray
</h1>
[![Super-Linter](https://github.com/henri9813/<REPOSITORY>/actions/workflows/<WORKFLOW_FILE_NAME>/badge.svg)](https://github.com/marketplace/actions/super-linter)
[![Super-Linter](https://github.com/henri9813/ipingtray/actions/workflows/<WORKFLOW_FILE_NAME>/badge.svg)](https://github.com/marketplace/actions/super-linter)

This program permit to have your current ping in `ms` inside your menu bar on your computer !
( cf [Screenshots](#screenshots))
Expand Down

0 comments on commit b9b91d1

Please sign in to comment.