Skip to content

Updated the test for extract_zipped_paths to run correctly if test_utils.py is changed #655

Updated the test for extract_zipped_paths to run correctly if test_utils.py is changed

Updated the test for extract_zipped_paths to run correctly if test_utils.py is changed #655

Workflow file for this run

name: Lint code
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: "3.x"
- name: Run pre-commit
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0