Skip to content

Merge pull request #700 from art-institute-of-chicago/feature/upgrade… #2674

Merge pull request #700 from art-institute-of-chicago/feature/upgrade…

Merge pull request #700 from art-institute-of-chicago/feature/upgrade… #2674

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- name: Checkout code
uses: actions/checkout@v3
- name: Install PHP dependencies
run: composer install --no-interaction --no-progress --no-scripts
- name: Run PHP CodeSniffer
run: composer lint