Skip to content

doc: Update the available features and the roadmap #1523

doc: Update the available features and the roadmap

doc: Update the available features and the roadmap #1523

Workflow file for this run

name: Linters
on:
push:
branches:
- main
- 'feat/**'
pull_request:
branches:
- main
- 'feat/**'
env:
NO_DOCKER: true
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-22.04]
php-versions: ['8.2', '8.3']
name: Lint PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
- name: Setup the CI
uses: ./.github/actions/setup
with:
php-version: ${{ matrix.php-versions }}
- name: Run the linters
run: make lint