Skip to content

πŸ“ template_checker.py: add screenshot of CheckResults in action #56

πŸ“ template_checker.py: add screenshot of CheckResults in action

πŸ“ template_checker.py: add screenshot of CheckResults in action #56

Workflow file for this run

name: python test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
make .venv/
- name: Test
run: |
make test