Skip to content

Generate table of solutions for the README #10

Generate table of solutions for the README

Generate table of solutions for the README #10

Workflow file for this run

on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
- name: Install dependencies
run: pdm install
- name: Run tests
run: pdm run test