Skip to content

Commit 6a6c95b

Browse files
authored
Merge pull request #17 from DavidLambauer/main
🚨 Added Super LInter
2 parents ac6bbb4 + 65e2e5d commit 6a6c95b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/test_extension.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,28 @@ 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+
needs: build
100+
101+
permissions:
102+
contents: read
103+
packages: read
104+
statuses: write # To report GitHub Actions status checks
105+
106+
steps:
107+
- name: Checkout code
108+
uses: actions/checkout@v4
109+
with:
110+
fetch-depth: 0
111+
112+
- name: Super-linter
113+
uses: super-linter/super-linter@v6.7.0
114+
env:
115+
# To report GitHub Actions status checks
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117+
VALIDATE_PHP: true
118+
VALIDATE_PHP_PSALM: false
119+
VALIDATE_PHP_PHPCS: false
120+
VALIDATE_PHP_PHPSTAN: false

0 commit comments

Comments
 (0)