Skip to content

reordering my account categories to ascending alphabetical order. #86

reordering my account categories to ascending alphabetical order.

reordering my account categories to ascending alphabetical order. #86

Workflow file for this run

name: PHP Code Sniffer (Linter)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: composer install
run: composer install --prefer-dist --no-progress
- name: composer exec phpcs .
run: composer exec phpcs .