Skip to content

Commit 7185d78

Browse files
authored
Add PHP_CodeSniffer to pipeline (#1044)
1 parent d845d4b commit 7185d78

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches: [ master ]
6+
7+
jobs:
8+
build-test:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: php-actions/composer@v6
14+
- uses: php-actions/phpcs@v1
15+
with:
16+
path: adminer/
17+
standard: phpcs.xml

0 commit comments

Comments
 (0)