Skip to content

fixes issues with php 8.0 when linting #10

fixes issues with php 8.0 when linting

fixes issues with php 8.0 when linting #10

Workflow file for this run

name: wonderpress-coding-standards
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
wonderpress-coding-standards:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Codesniff against the Wonderpress Coding Standards...
run: composer update && composer run lint