Skip to content

Commit e758425

Browse files
committed
🚨 Added Super LInter
1 parent ac6bbb4 commit e758425

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/test_extension.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,24 @@ jobs:
9393
push_badge: true
9494
commit_message: "Update coverage badge"
9595
repo_token: ${{ secrets.GITHUB_TOKEN }}
96+
97+
Lint:
98+
runs-on: ubuntu-latest
99+
100+
permissions:
101+
contents: read
102+
packages: read
103+
statuses: write # To report GitHub Actions status checks
104+
105+
steps:
106+
- name: Checkout code
107+
uses: actions/checkout@v4
108+
with:
109+
fetch-depth: 0
110+
111+
- name: Super-linter
112+
uses: super-linter/super-linter@v6.7.0
113+
env:
114+
# To report GitHub Actions status checks
115+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116+
VALIDATE_PHP: true

0 commit comments

Comments
 (0)