From 69c692d63e93e19fb7e306c481dfb25a9f3f8ea6 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Mon, 15 Sep 2025 09:07:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20readme=20?= =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20phpcs=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/phpcs.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 030c76a..2f0019e 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -28,6 +28,6 @@ jobs: uses: "ramsey/composer-install@v3" - name: Run PHPCS checks continue-on-error: true - run: vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml . + run: vendor/bin/phpcs --standard=.phpcs.xml --report-full --report-checkstyle=./phpcs-report.xml . - name: Show PHPCS results in PR run: cs2pr ./phpcs-report.xml diff --git a/README.md b/README.md index 71581f1..992ff8a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ VDI WordPress Theme Starter v5 is a minimal WordPress theme designed as a starting point for custom theme development. It focuses on modern development approaches with a lean architecture that avoids the overhead of theme frameworks. +Repo: [https://github.com/Vincent-Design-Inc/VDI-Starter-v5](https://github.com/Vincent-Design-Inc/VDI-Starter-v5) +AC Bug/Issue Tracking: [https://next-app.activecollab.com/119590/projects/4553?modal=Task-98192-4553](https://next-app.activecollab.com/119590/projects/4553?modal=Task-98192-4553) + ## Key Features - Tailwind CSS