Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix coding style

Fix coding style #94

Workflow file for this run

name: Static Analysis
on:
workflow_dispatch:
push:
paths:
- '**.php'
- 'composer.lock'
- 'psalm*'
jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: none
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install composer dependencies
run: "composer install --no-interaction --no-progress --no-scripts"
- name: Run Psalm
run: ./vendor/bin/psalm --find-unused-psalm-suppress --output-format=github --shepherd

AltStyle によって変換されたページ (->オリジナル) /