feat(starr): Added Custom Format to boost 720p, 1080p and/or 2160p releases #2760
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: Lint - Markdown | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: markdownlint | |
run: | | |
docker run --rm \ | |
-v "${GITHUB_WORKSPACE}":/workdir \ | |
ghcr.io/igorshubovych/markdownlint-cli \ | |
-c "/workdir/.markdownlint.yaml" \ | |
. |