Skip to content

SUP-6186: Process the path, even if the query parameter is already there. #9

SUP-6186: Process the path, even if the query parameter is already there.

SUP-6186: Process the path, even if the query parameter is already there. #9

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