File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 64
64
# https://github.com/marketplace/actions/super-linter#environment-variables
65
65
env :
66
66
# Change to 'true' to scan all files, 'false' for new or edited files
67
- VALIDATE_ALL_CODEBASE : true
67
+ VALIDATE_ALL_CODEBASE : false
68
68
# Change to 'master' if your main branch differs
69
69
DEFAULT_BRANCH : master
70
70
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -79,6 +79,21 @@ Go to `Project` ⥂ `Configure Project` ⥂ **Automatic Actions**
79
79
80
80
## Installation & Compatibility
81
81
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
+
82
97
<details >
83
98
<summary><strong>Installation</strong></summary>
84
99
You can’t perform that action at this time.
0 commit comments