1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 10:01:50 +02:00
Files
php-adminer/.github/workflows/ci.yml
2025-04-17 08:31:05 +02:00

18 lines
291 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: adminer/
standard: phpcs.xml