Skip to content

Commit

Permalink
🚨 Added Super LInter
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLambauer committed Jul 23, 2024
1 parent ac6bbb4 commit e758425
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,24 @@ jobs:
push_badge: true
commit_message: "Update coverage badge"
repo_token: ${{ secrets.GITHUB_TOKEN }}

Lint:
runs-on: ubuntu-latest

permissions:
contents: read
packages: read
statuses: write # To report GitHub Actions status checks

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: super-linter/[email protected]
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PHP: true

0 comments on commit e758425

Please sign in to comment.