Skip to content

don't flag inline comments #17

don't flag inline comments

don't flag inline comments #17

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