Skip to content

Allow the anonymous check to be skipped, if desired. #34

Allow the anonymous check to be skipped, if desired.

Allow the anonymous check to be skipped, if desired. #34

Workflow file for this run

---
name: Code Linting
on:
pull_request:
push:
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