feat(segment): add umbraco segment to display modern or legacy version #4538
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdownlint | |
on: [pull_request] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | |
- name: Lint files | |
uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83 | |
with: | |
files: . | |
config: .markdownlint.yaml |