Skip to content

use php8 compatible version of psalm for static analysis, and fix som… #93

use php8 compatible version of psalm for static analysis, and fix som…

use php8 compatible version of psalm for static analysis, and fix som… #93

Workflow file for this run

name: Project checks
on: push
jobs:
checks:
name: Project checks
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
tools: composer:v2
- name: Install PHP lib dependencies
run: composer install
- name: Install task runner
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Run checks
run: task checks