Skip to content

Add Pharo 11 , 12 & 13 to CI config #6

Add Pharo 11 , 12 & 13 to CI config

Add Pharo 11 , 12 & 13 to CI config #6

Workflow file for this run

name: Markdown Lint
on:
- push
- pull_request
- workflow_dispatch
jobs:
remark-lint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reporter: github-pr-review