Skip to content

D10-93: Fix up the event dispatch order. #73

D10-93: Fix up the event dispatch order.

D10-93: Fix up the event dispatch order. #73

Workflow file for this run

name: Code Linting
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1