Skip to content

Add Pantheon-WP coding standards for comment usage (#19) #15

Add Pantheon-WP coding standards for comment usage (#19)

Add Pantheon-WP coding standards for comment usage (#19) #15

Workflow file for this run

name: Test Pantheon Coding Standard Sniffs
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install
- name: Run tests
run: composer test