Skip to content

Commit

Permalink
Integrated GitHub Action to run PHP_CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaene committed Oct 29, 2020
1 parent dc794dd commit d79af14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ on:
- master

jobs:
lint:
name: Lint
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/[email protected]

- name: Run PHP_CodeSniffer
uses: litusproject/php-codesniffer-action@main

test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit d79af14

Please sign in to comment.