Skip to content

chore: update ClockConfig (replace string property with DateTimezone) #3

chore: update ClockConfig (replace string property with DateTimezone)

chore: update ClockConfig (replace string property with DateTimezone) #3

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'phpstan.neon'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'phpstan.neon'
branches:
- main
name: static analysis
jobs:
phpstan:
uses: A50/actions/.github/workflows/phpstan.yml@main

Check failure on line 25 in .github/workflows/analyse.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/analyse.yml

Invalid workflow file

error parsing called workflow ".github/workflows/analyse.yml" -> "A50/actions/.github/workflows/phpstan.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
os: >-
['ubuntu-latest']
php: >-
['8.2']