Skip to content

chore: update logo for clock package #10

chore: update logo for clock package

chore: update logo for clock package #10

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: a50dev/actions/.github/workflows/phpstan.yml@main
with:
os: >-
['ubuntu-latest']
php: >-
['8.2']