diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index fdc85b6..da64644 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -9,6 +9,9 @@ jobs: lint: runs-on: docker + container: + image: ghcr.io/catthehacker/ubuntu:runner-latest + steps: - name: Checkout code uses: actions/checkout@v4