Merge branch '3.1' into 5.2
[GitHub/WoltLab/WCF.git] / .github / workflows / codestyle.yml
1 name: Code Style
2
3 on:
4 push:
5 branches:
6 - "5.2"
7 - "5.3"
8 - master
9 pull_request:
10
11 jobs:
12 php:
13 name: Run PHP CodeSniffer
14 runs-on: ubuntu-latest
15 steps:
16 - uses: actions/checkout@v2
17 - uses: chekalsky/phpcs-action@e269c2f264f400adcda7c6b24c8550302350d495