Skip to content

Bump simple-git in the npm_and_yarn group across 1 directory (#59) #179

Bump simple-git in the npm_and_yarn group across 1 directory (#59)

Bump simple-git in the npm_and_yarn group across 1 directory (#59) #179

Workflow file for this run

name: Code Style
on: [push]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Composer dependencies
run: composer install
- name: Run Testsuite
run: composer run-script phpcs