Files
Cable-consolidation/.azure-devops/lint.yml
2026-02-25 13:16:14 +01:00

6 lines
102 B
YAML

steps:
- task: Npm@1
displayName: 'Lint'
inputs:
command: custom
customCommand: 'run lint'