Skip to content

Merge pull request #145 from fmasuhr/dependabot/github_actions/action… #289

Merge pull request #145 from fmasuhr/dependabot/github_actions/action…

Merge pull request #145 from fmasuhr/dependabot/github_actions/action… #289

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Install mdl gem
run: gem install mdl
- name: Run Markdown Lint
run: mdl --git-recurse .