Skip to content

Automated updates via GH actions #26

Automated updates via GH actions

Automated updates via GH actions #26

Workflow file for this run

name: CI
on:
pull_request: null
jobs:
Silverstripe:
name: 'Silverstripe (bundle)'
uses: nswdpc/ci-files/.github/workflows/silverstripe.yml@main
PHPStan:
name: 'PHPStan (analyse)'
uses: nswdpc/ci-files/.github/workflows/phpstan.silverstripe.yml@main
needs: Bundle

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 12): Job 'PHPStan' depends on unknown job 'Bundle'.