Skip to content

Commit 010b28c

Browse files
committed
NEW: Add Code Scanning Badges to README.md
1 parent 66860bc commit 010b28c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: .github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# https://github.com/marketplace/actions/super-linter#environment-variables
6565
env:
6666
# Change to 'true' to scan all files, 'false' for new or edited files
67-
VALIDATE_ALL_CODEBASE: true
67+
VALIDATE_ALL_CODEBASE: false
6868
# Change to 'master' if your main branch differs
6969
DEFAULT_BRANCH: master
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@ Go to `Project` ⥂ `Configure Project` ⥂ **Automatic Actions**
7979

8080
## Installation & Compatibility
8181

82+
<p align="left">
83+
<a href="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/linter.yml">
84+
<img src="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/linter.yml/badge.svg?branch=master&event=push" alt="Code Scanning" title="View Test">
85+
</a>
86+
<a href="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/php-compatibility-7.4.yaml">
87+
<img src="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/php-compatibility-7.4.yaml/badge.svg?branch=master&event=push" alt="PHP Compatibility Test" title="View Test">
88+
</a>
89+
<a href="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/php-compatibility-8.0.yaml">
90+
<img src="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/php-compatibility-8.0.yaml/badge.svg?branch=master&event=push" alt="PHP Compatibility Test" title="View Test">
91+
</a>
92+
<a href="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/php-compatibility-8.2.yaml">
93+
<img src="https://github.com/aljawaid/AutomaticActionUX/actions/workflows/php-compatibility-8.2.yaml/badge.svg?branch=master&event=push" alt="PHP Compatibility Test" title="View Test">
94+
</a>
95+
</p>
96+
8297
<details>
8398
<summary><strong>Installation</strong></summary>
8499

0 commit comments

Comments
 (0)