Skip to content

privacy enhancement by changing web font provider #49

privacy enhancement by changing web font provider

privacy enhancement by changing web font provider #49

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Run Tox tests
jobs:
tox_test:
name: Tox test
steps:
- uses: actions/checkout@v2
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@master
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py38, py39, py310, py311] # keep synchronized with tox.ini
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest