Skip to content

Bump actions/checkout from 3 to 4 #55

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #55

Workflow file for this run

name: Linter
on:
push:
branches:
- main
pull_request:
jobs:
lint_markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Install dependencies
run: gem install mdl
- name: Run markdownlint
run: mdl -c .mdlrc content/post/