Skip to content

Restrict comment_author to name fields #6500

Restrict comment_author to name fields

Restrict comment_author to name fields #6500

Workflow file for this run

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
pull_request:
branches:
- master
name: Psalm Code Analysis
jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Psalm
uses: docker://vimeo/psalm-github-actions
with:
composer_require_dev: true