Skip to content

Add FastHTMLPlugin (partial checkin) #7

Add FastHTMLPlugin (partial checkin)

Add FastHTMLPlugin (partial checkin) #7

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.12]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Python Setup Rye
uses: eifinger/[email protected]
- name: Install dependencies
run: rye sync
- name: Run tests
run: rye run tox