Skip to content

fix: pin CDN scripts + theme CSS with SRI integrity hashes (closes #1… #13

fix: pin CDN scripts + theme CSS with SRI integrity hashes (closes #1…

fix: pin CDN scripts + theme CSS with SRI integrity hashes (closes #1… #13

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
cache-dependency-path: requirements.txt
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest --tb=short -q