Skip to content

V1.5.0 - Symfony 7 Support #3

V1.5.0 - Symfony 7 Support

V1.5.0 - Symfony 7 Support #3

Workflow file for this run

name: Lint (Psalm)
on: [ pull_request ]
concurrency:
group: lint-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer
- name: Install composer dependencies
run: composer install
- name: Run Psalm
run: ./vendor/bin/psalm