404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.136.27.210: ~ $
name: "Static Analysis"

on:
  pull_request:
    branches:
      - "*.x"
    paths:
      - .github/workflows/static-analysis.yml
      - composer.*
      - src/**
      - phpstan*
      - psalm*
      - tests/**
  push:
    branches:
      - "*.x"
    paths:
      - .github/workflows/static-analysis.yml
      - composer.*
      - src/**
      - phpstan*
      - psalm*
      - tests/**

jobs:
  static-analysis:
    name: "Static Analysis"
    uses: "doctrine/.github/.github/workflows/static-analysis.yml@3.0.0"

Filemanager

Name Type Size Permission Actions
coding-standards.yml File 505 B 0644
composer-lint.yml File 382 B 0644
continuous-integration.yml File 562 B 0644
release-on-milestone-closed.yml File 481 B 0644
static-analysis.yml File 517 B 0644