Skip to content

Rewrite internal/composition/test_download_files.py (#141) #646

Rewrite internal/composition/test_download_files.py (#141)

Rewrite internal/composition/test_download_files.py (#141) #646

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- dev/.*
jobs:
pre-commit:
runs-on: tools-gha-runners
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/[email protected]