mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
Add PHP_CodeSniffer to pipeline (#1044)
This commit is contained in:
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: php-actions/composer@v6
|
||||||
|
- uses: php-actions/phpcs@v1
|
||||||
|
with:
|
||||||
|
path: adminer/
|
||||||
|
standard: phpcs.xml
|
Reference in New Issue
Block a user