You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
280 B
17 lines
280 B
2 years ago
|
---
|
||
3 years ago
|
name: Code Linting
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- 1.x
|
||
2 years ago
|
workflow_dispatch:
|
||
3 years ago
|
|
||
|
jobs:
|
||
|
Lint:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Checkout Repo
|
||
2 years ago
|
uses: actions/checkout@v3
|
||
3 years ago
|
- name: Run CodeSniffer
|
||
|
uses: discoverygarden/CodeSniffer@v1
|