Fixed name of the Twig filter transchoice #92
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: Docs | |
on: | |
push: | |
branches: | |
- develop | |
- 1.2 | |
- 1.1 | |
- 1.0 | |
pull_request: | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Lint files | |
uses: avto-dev/markdown-lint@v1 | |
with: | |
args: './**/*.md' |