Skip to content

Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to b798ed8388581f6f002541048b6458ca2c4ba442 #255

Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to b798ed8388581f6f002541048b6458ca2c4ba442

Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to b798ed8388581f6f002541048b6458ca2c4ba442 #255

name: Show scraper result changes
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
name: Show changes in scraper results
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Setup python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- run: uv sync --locked --all-extras
- run: uv run ./test_changes.sh