FDR-399: Fixed warnings related to Person taxonomy last name missing #271
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Code Linting | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
Lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v3 | |
- name: Run CodeSniffer | |
uses: discoverygarden/CodeSniffer@v1 | |
with: | |
phpcs-ignore: config/install/islandora_citations.* |