8000 AT-716: Update Inpsyde in code to Syde (license, copyright, text) · inpsyde/WP-Stash@06e51c4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AT-716: Update Inpsyde in code to Syde (license, copyright, text) #89

AT-716: Update Inpsyde in code to Syde (license, copyright, text)

AT-716: Update Inpsyde in code to Syde (license, copyright, text) #89

Workflow file for this run

name: Code Style
on:
workflow_dispatch:
pull_request:
paths:
- 'composer.*'
- '*.yml'
- '**.php'
push:
paths:
- 'composer.*'
- '*.yml'
- '**.php'
jobs:
static-code-analysis-php:
uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main
0