Skip to content

Commit

Permalink
Update step labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lelia committed Jan 11, 2022
1 parent 49368d2 commit 9310313
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'
- uses: actions/checkout@v2
- name: 🧹 lint
uses: avto-dev/markdown-lint@v1
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'

0 comments on commit 9310313

Please sign in to comment.