Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Mar 22, 2024
1 parent 0a5a2e9 commit 42719b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: PHP Code Standards check
name: PHPCS Checks

on: [push, pull_request]

jobs:
phpcs:
name: PHP Code Standards
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: PHPCS check
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'
enable_warnings: true

phpcs:
name: PHP Code Standards
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: PHPCS check
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'
enable_warnings: true
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WebDevStudios welcomes contributions and bug fixes from third-parties. Here are
- Commit code changes to your feature/hotifx branch
- Continue to merge master into your feature/hotifx branch so it stays current
- Test across all major browsers
- Accessibility testing (both WCAG 2.1AA and Section 508)
- Accessibility testing (both WCAG 2.2AA and Section 508)
- Must pass PHPCS, ESLint, and Stylelint assertions
- Submit a [Pull Request](https://github.com/WebDevStudios/wds-bt/pulls) and reference your Issue #
- If everything tests well on our end, we may merge in your Pull Request
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![WebDevStudios. Your Success is Our Mission.](https://webdevstudios.com/wp-content/uploads/2024/02/wds-banner.png)](https://webdevstudios.com/contact/)

[![PHP Code Standards check](https://github.com/WebDevStudios/wds-bt/actions/workflows/phpcs.yml/badge.svg)](https://github.com/WebDevStudios/wds-bt/actions/workflows/phpcs.yml)

[![Assertions](https://github.com/WebDevStudios/wds-bt/actions/workflows/assertions.yml/badge.svg)](https://github.com/WebDevStudios/wds-bt/actions/workflows/assertions.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![PHPCS CHECKS](https://github.com/WebDevStudios/wds-bt/actions/workflows/phpcs.yml/badge.svg)](https://github.com/WebDevStudios/wds-bt/actions/workflows/phpcs.yml)
[![CODE QUALITY](https://github.com/WebDevStudios/wds-bt/actions/workflows/assertions.yml/badge.svg)](https://github.com/WebDevStudios/wds-bt/actions/workflows/assertions.yml)

Meet WDS BT, a stylish block theme, tailored for WordPress, featuring native blocks and site editor compatibility. Boasting a contemporary aesthetic, an intuitive interface, and seamless WordPress block editor integration, WDS BT ensures a polished and adaptable framework across all devices. It's crucial to understand that WDS BT is crafted as a foundational theme rather than a parent theme. This difference affords users a flexible starting point for customization. Elevate your website with WDS BT, where design effortlessly meets functionality, providing the ideal canvas for your creative expression.

Expand Down

0 comments on commit 42719b9

Please sign in to comment.