1a08887aab
Markdownlint changes their default branch from master to main, so it was no longer able to find the action. Pinned to latest releases to avoid future issues like this.
11 lines
220 B
YAML
11 lines
220 B
YAML
name: markdownlint
|
|
on: [push, pull_request]
|
|
jobs:
|
|
delivery:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out code
|
|
uses: actions/checkout@2
|
|
- name: Run mdl
|
|
uses: actionshub/markdownlint@2.0.2
|