Skip to content

chore: bump version to 1.4.1 #14

chore: bump version to 1.4.1

chore: bump version to 1.4.1 #14

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Install Python
run: uv python install 3.13
- name: Run tests
run: uv run test_pagespeed_insights_tool.py -v