Skip to content

[DDST-388] add http and https schemes as options #52

[DDST-388] add http and https schemes as options

[DDST-388] add http and https schemes as options #52

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@v4
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1