Skip to content

chore!: remove chunky facade and add more test cases #318

chore!: remove chunky facade and add more test cases

chore!: remove chunky facade and add more test cases #318

Workflow file for this run

name: Lint
on: push
jobs:
mago:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: "actions/checkout@v4"
- name: "installing PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.3"
- name: "installing dependencies"
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: "formatting"
run: php vendor/bin/mago fmt --dry-run
- name: "linting"
run: php vendor/bin/mago lint --reporting-format=github