Skip to content

DDST-277: Don't let aliased URLs be the identifier's location by default. #20

DDST-277: Don't let aliased URLs be the identifier's location by default.

DDST-277: Don't let aliased URLs be the identifier's location by default. #20

Workflow file for this run

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