Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaypee90 authored Mar 25, 2024
1 parent 0a1da1e commit 555d588
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:

jobs:
lint-changelog:
name: Lint changelog file
name: Lint README.md file
runs-on: ubuntu-latest
steps:
- name: Lint Readme file
uses: avto-dev/markdown-lint@v1
with:
rules: '/lint/rules/changelog.js'
config: '/lint/config/changelog.yml'
args: './README.md'
- name: Run current action using stub markdown file
uses: ./
with:
args: './README.md'
env:
DEBUG: 'true'

0 comments on commit 555d588

Please sign in to comment.