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