mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- added GH action for checking PHPCS + WPCS
This commit is contained in:
@@ -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 .
|
||||
Reference in New Issue
Block a user