]> git.joonet.de Git - adminer.git/commitdiff
Add PHP_CodeSniffer to pipeline (#1044)
authorsalacr <radek@salac.org>
Thu, 17 Apr 2025 06:31:05 +0000 (08:31 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 06:31:05 +0000 (08:31 +0200)
.github/workflows/ci.yml [new file with mode: 0644]

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644 (file)
index 0000000..fb84131
--- /dev/null
@@ -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