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

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

View file

@ -9,6 +9,9 @@ jobs:
lint:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v4