mirror of
https://github.com/vrana/adminer.git
synced 2026-01-09 17:13:03 +01:00
19 lines
321 B
YAML
19 lines
321 B
YAML
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: .
|
|
standard: phpcs.xml
|
|
- uses: php-actions/phpstan@v3
|