Update .forgejo/workflows/yamllint.yml

This commit is contained in:
Matt Reeves 2024-05-27 23:30:04 +00:00
parent 9b61fde29f
commit 36616d4e9d

View file

@ -7,7 +7,7 @@ on:
jobs:
lint-python38:
name: Lint with Python 3.8
runs-on: ubuntu-latest
runs-on: Runner
container:
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
steps:
@ -31,7 +31,7 @@ jobs:
lint-python39:
name: Lint with Python 3.9
runs-on: ubuntu-latest
runs-on: Runner
container:
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
steps:
@ -55,7 +55,7 @@ jobs:
lint-python310:
name: Lint with Python 3.10
runs-on: ubuntu-latest
runs-on: Runner
container:
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
steps: