Skip to content

Expand readme.txt - add features section, FAQ, and better documentati… #87

Expand readme.txt - add features section, FAQ, and better documentati…

Expand readme.txt - add features section, FAQ, and better documentati… #87

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 lint