diff options
author | Linnea Gräf <nea@nea.moe> | 2025-04-01 00:54:01 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-04-01 00:54:01 +0200 |
commit | a3b870ddd622c6bf2a929d2800785448df6d4f59 (patch) | |
tree | db51174c59e4e617276e15b95f4787cfa710db81 | |
parent | 15094a7bcecfe2a7c7268ef098df0f97163f7f63 (diff) | |
download | adultnea-a3b870ddd622c6bf2a929d2800785448df6d4f59.tar.gz adultnea-a3b870ddd622c6bf2a929d2800785448df6d4f59.tar.bz2 adultnea-a3b870ddd622c6bf2a929d2800785448df6d4f59.zip |
ci: Sync dependencies before running pre-commit
-rw-r--r-- | .github/workflows/import.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/import.yml b/.github/workflows/import.yml index 3a154e0..c259624 100644 --- a/.github/workflows/import.yml +++ b/.github/workflows/import.yml @@ -35,6 +35,10 @@ jobs: name: Checkout Repository - uses: actions/setup-python@v4 name: Setup Python + - uses: astral-sh/setup-uv@v5 + name: Setup UV + - name: Sync dependencies + run: uv sync - name: Check ${{ matrix.hook }} uses: pre-commit/action@v3.0.1 with: |