Skip to content

[BUMP] Lock file maintenance (dossier racine) #88

[BUMP] Lock file maintenance (dossier racine)

[BUMP] Lock file maintenance (dossier racine) #88

Workflow file for this run

name: test
on:
push:
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.0'
- name: Run tests (lint markdown)
run: bundle exec mdl _posts
lint-markdown-link:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
folder-path: '_posts'
base-branch: 'main'
check-modified-files-only: 'yes'