Skip to content

wip: update route and delete comment for action #12

wip: update route and delete comment for action

wip: update route and delete comment for action #12

Workflow file for this run

name: Setup and test
on: [ push, pull_request ]
jobs:
tests:
name: Setup and run tests
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: |
composer install --no-interaction --no-progress --no-suggest
- name: Run tests
run: |
composer validate --strict