Skip to content

Merge pull request #86 from discoverygarden/fix/lint-php-8.2 #309

Merge pull request #86 from discoverygarden/fix/lint-php-8.2

Merge pull request #86 from discoverygarden/fix/lint-php-8.2 #309

Workflow file for this run

---
name: Code Linting
on:
pull_request:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1
with:
phpcs-ignore: config/install/islandora_citations.*