Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to b798ed8388581f6f002541048b6458ca2c4ba442 #255
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |