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 0abde5f commit 63dcd09
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "Pull request"

on:
push:
pull_request:
branches:
- 'main'

jobs:
lint:
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
statuses: write

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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)

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 63dcd09

Please sign in to comment.