Skip to content

Bump phpunit/phpunit from 13.1.7 to 13.1.8 #33

Bump phpunit/phpunit from 13.1.7 to 13.1.8

Bump phpunit/phpunit from 13.1.7 to 13.1.8 #33

Workflow file for this run

name: REUSE
on:
push:
branches: [ "main" ]
pull_request:
jobs:
reuse-check:
name: Compliance Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- run: pip install reuse
- run: reuse lint