Skip to content

feat: add shmessy (#209) #225

feat: add shmessy (#209)

feat: add shmessy (#209) #225

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