Skip to content

fix(deps): update dependency sentry-sdk to v2.52.0 #112

fix(deps): update dependency sentry-sdk to v2.52.0

fix(deps): update dependency sentry-sdk to v2.52.0 #112

name: Lint and Test Lists
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: Set up Python 3
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: 3.13
- name: Install uv
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
- run: uv sync --frozen
- name: Run ruff check
run: uv run ruff check
- name: Generate list files
run: |
mkdir -p lists
uv run python update-lists.py --output-dir lists
- name: Upload lists as artifact
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: adblock-lists
path: lists/
retention-days: 1