Skip to content

chore: rename package from Policy Engine to Marque #4

chore: rename package from Policy Engine to Marque

chore: rename package from Policy Engine to Marque #4

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'LICENSE'
push:
branches: [main]
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'LICENSE'
env:
COMPOSER_PROCESS_TIMEOUT: 0
COMPOSER_NO_INTERACTION: 1
COMPOSER_NO_AUDIT: 1
jobs:
lint:
name: Pint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
- uses: actions/cache@v5
with:
path: vendor
key: composer-lint-${{ hashFiles('composer.json') }}
restore-keys: composer-lint-
- run: composer install --no-interaction
- run: vendor/bin/pint --test