Skip to content

Rename Ding to Prelude #27

Rename Ding to Prelude

Rename Ding to Prelude #27

Workflow file for this run

name: Lint
on: ['push']
jobs:
pint:
runs-on: ubuntu-latest
name: pint
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Cache composer dependencies
uses: actions/[email protected]
id: composer
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: 8.3
extensions: json, dom, curl, libxml, mbstring
tools: composer:v2
- name: Install composer dependencies
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
run: composer install --quiet --no-ansi --no-interaction --no-progress --prefer-dist
- name: Pint check
run: ./vendor/bin/pint --test