Skip to content

refactor: updated endroid/qr-code #50

refactor: updated endroid/qr-code

refactor: updated endroid/qr-code #50

Workflow file for this run

name: PHP Linter
on:
pull_request:
paths:
- '**.php'
jobs:
PHP:
runs-on: ubuntu-latest
container:
image: php:8.0-cli-alpine
steps:
- uses: actions/checkout@v3
- run: find . -name '*.php' -exec php -l {} \;