Remove support for Copy engine as the service has been discontinued #907
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: | |
mdl: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: articulate/actions-markdownlint@v1 | |
with: | |
config: .markdownlint.yaml | |
ignore: 'tests/' |