Skip to content

Add Merlinn to the main README.md #242

Add Merlinn to the main README.md

Add Merlinn to the main README.md #242

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Check the "*" lists order in README.md
run: .github/workflows/md_lists_order_checker.py README.md