Skip to content

Commit

Permalink
phpstan: Add as separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Apr 9, 2024
1 parent 629a6d3 commit c4491c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PHPStan

on:
pull_request:
branches:
- main

jobs:
phpstan:
uses: icinga/github-actions/.github/workflows/phpstan.yml@main
with:
phpExtensions: ldap
dependencies: |
{
"/icingaweb2": "https://github.com/Icinga/icingaweb2.git"
}

0 comments on commit c4491c0

Please sign in to comment.