Skip to content

Only move refinement group if it is set #86

Only move refinement group if it is set

Only move refinement group if it is set #86

Workflow file for this run

name: Composer lint
on:
pull_request:
push:
jobs:
composer-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
php-version: 8.2
coverage: none
- uses: "ramsey/composer-install@v1"
- run: composer lint
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: sdesbure/yaml-lint-action@v2
with:
files: .github/workflows/*.yml