CI: cache pre-commit (#2241)

This commit is contained in:
Adeeb Shihadeh
2025-05-14 14:27:41 -07:00
committed by GitHub
parent 1a488bfbc2
commit 35af9d9dde

View File

@@ -20,6 +20,10 @@ jobs:
steps:
- uses: commaai/timeout@v1
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit/
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-${{ matrix.os }}
- run: ./test.sh
safety_tests: