File: phpstan.yml

package info (click to toggle)
icingaweb2-module-pdfexport 0.12.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: php: 9,298; javascript: 60; sh: 54; xml: 17; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: PHPStan

on:
  pull_request:
    branches:
      - main

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