Skip to content

add svn if not installed #109

add svn if not installed

add svn if not installed #109

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: composer install
- name: Lint
run: composer lint