Skip to content

alternate images compressed with gzip #417

alternate images compressed with gzip

alternate images compressed with gzip #417

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
precommit:
name: pre-commit
runs-on: ubuntu-20.04
timeout-minutes: 8
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11.4'
- run: 'pip install pre-commit'
- run: 'pre-commit run --all'