Skip to content

fix(support): Refactor project structure and update dependencies. #38

fix(support): Refactor project structure and update dependencies.

fix(support): Refactor project structure and update dependencies. #38

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
name: static analysis
jobs:
psalm:
uses: php-forge/actions/.github/workflows/psalm.yml@main

Check failure on line 26 in .github/workflows/static.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static.yml

Invalid workflow file

error parsing called workflow ".github/workflows/static.yml" -> "php-forge/actions/.github/workflows/psalm.yml@main" : failed to fetch workflow: workflow was not found.
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2', '8.3']