Skip to content

Merge pull request #1988 from LuukBlankenstijn/fix/small-fixes-in-att… #1318

Merge pull request #1988 from LuukBlankenstijn/fix/small-fixes-in-att…

Merge pull request #1988 from LuukBlankenstijn/fix/small-fixes-in-att… #1318

name: PHP Coding Standards
# Only run this action when pushing to main or on pull requests (creation, synchronisation, and reopening).
on:
push:
branches:
- main
pull_request:
# Cancel running jobs that have become stale through updates to the ref (e.g., pushes to a pull request).
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
php-codesniffer:
uses: 'GEWIS/gewisphp-coding-standards/.github/workflows/[email protected]'
with:
php-version: '8.3'