Skip to content

chore: rename package to ux-nl/zip-code-location-lookup #1

chore: rename package to ux-nl/zip-code-location-lookup

chore: rename package to ux-nl/zip-code-location-lookup #1

Workflow file for this run

name: PHPStan
on:
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
- '.github/workflows/phpstan.yml'
permissions:
contents: read
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
with:
php-version: '8.2'
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@26d8a556604053a9612623447203a691f406fbe6 # v4
- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github