Skip to content

Commit

Permalink
NEW: Add Code Scanning Badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 22, 2023
1 parent 6ee1476 commit e3a9c3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/marketplace/actions/super-linter#environment-variables
env:
# Change to 'true' to scan all files, 'false' for new or edited files
VALIDATE_ALL_CODEBASE: true
VALIDATE_ALL_CODEBASE: false
# Change to 'master' if your main branch differs
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</p>

Add a support section in the Kanboard Settings interface so that end users can easily gather any information required by their internal technical support departments and for troubleshooting purposes.
Add a support section in the Kanboard Settings interface so that end users can easily gather any information required by their internal technical support departments and for troubleshooting purposes.

<p align="right">[<a href="#user-content-readme-bottom">&#8595; Bottom</a>] [<a href="#screenshots">&#8594; Next</a>] [<a href="#user-content-readme-top">&#8593; Top</a>]</p>

Expand Down Expand Up @@ -106,7 +106,7 @@ Add a support section in the Kanboard Settings interface so that end users can e

## Usage

Go to `Settings` &#10562; `Technical Information`
Go to `Settings` &#10562; `Technical Information`

**_or_**

Expand All @@ -116,6 +116,21 @@ Go to User Menu (top right) &#10562; `Technical Information`

## Installation & Compatibility

<p align="left">
<a href="https://github.com/aljawaid/KanboardSupport/actions/workflows/linter.yml">
<img src="https://github.com/aljawaid/KanboardSupport/actions/workflows/linter.yml/badge.svg?branch=master&event=push" alt="Code Scanning" title="View Test">
</a>
<a href="https://github.com/aljawaid/KanboardSupport/actions/workflows/php-compatibility-7.4.yaml">
<img src="https://github.com/aljawaid/KanboardSupport/actions/workflows/php-compatibility-7.4.yaml/badge.svg?branch=master&event=push" alt="PHP Compatibility Test" title="View Test">
</a>
<a href="https://github.com/aljawaid/KanboardSupport/actions/workflows/php-compatibility-8.0.yaml">
<img src="https://github.com/aljawaid/KanboardSupport/actions/workflows/php-compatibility-8.0.yaml/badge.svg?branch=master&event=push" alt="PHP Compatibility Test" title="View Test">
</a>
<a href="https://github.com/aljawaid/KanboardSupport/actions/workflows/php-compatibility-8.2.yaml">
<img src="https://github.com/aljawaid/KanboardSupport/actions/workflows/php-compatibility-8.2.yaml/badge.svg?branch=master&event=push" alt="PHP Compatibility Test" title="View Test">
</a>
</p>

<details>
<summary><strong>Installation</strong></summary>

Expand Down
5 changes: 0 additions & 5 deletions Template/config/notice.php

This file was deleted.

0 comments on commit e3a9c3f

Please sign in to comment.