Skip to content

Bust the cache of style.css #130

Bust the cache of style.css

Bust the cache of style.css #130

Workflow file for this run

name: Run test suite
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: "3.x"
- run: pip install -r requirements.txt
- run: python -m unittest discover -s tests