Skip to content

Improve comment handling (#20) #18

Improve comment handling (#20)

Improve comment handling (#20) #18

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