- added GH action for checking PHPCS + WPCS

This commit is contained in:
Nikita Sinelnikov
2022-06-16 01:41:37 +03:00
parent 118f5a1706
commit 986805e064
3 changed files with 50 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
name: JobBoardWP GitHub Actions
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run CS
run: vendor/bin/phpcs --standard=phpcs.xml .