📄 docs: Update readme
🐞 fix: Update phpcs action
This commit is contained in:
2
.github/workflows/phpcs.yml
vendored
2
.github/workflows/phpcs.yml
vendored
@@ -28,6 +28,6 @@ jobs:
|
|||||||
uses: "ramsey/composer-install@v3"
|
uses: "ramsey/composer-install@v3"
|
||||||
- name: Run PHPCS checks
|
- name: Run PHPCS checks
|
||||||
continue-on-error: true
|
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
|
- name: Show PHPCS results in PR
|
||||||
run: cs2pr ./phpcs-report.xml
|
run: cs2pr ./phpcs-report.xml
|
||||||
|
|||||||
@@ -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.
|
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
|
## Key Features
|
||||||
|
|
||||||
- Tailwind CSS
|
- Tailwind CSS
|
||||||
|
|||||||
Reference in New Issue
Block a user