diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 2d42138..bfa598a 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -9,6 +9,8 @@ jobs: RUNNER_TOOL_CACHE: /opt/hostedtoolcache runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-22.04 steps: - name: Checkout repository diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 11c3512..da3a151 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.12" + cache: 'pip' - name: Cache pre-commit hooks id: cache-pre-commit