ci: use runner image
Some checks failed
Lint / lint (push) Failing after 21s

This commit is contained in:
Iain Learmonth 2025-05-27 14:14:38 +01:00
parent 3259634f0e
commit 23e1867d62

View file

@ -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