Update .forgejo/workflows/yamllint.yml
This commit is contained in:
parent
9b61fde29f
commit
36616d4e9d
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
lint-python38:
|
lint-python38:
|
||||||
name: Lint with Python 3.8
|
name: Lint with Python 3.8
|
||||||
runs-on: ubuntu-latest
|
runs-on: Runner
|
||||||
container:
|
container:
|
||||||
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
|
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
|
||||||
steps:
|
steps:
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
lint-python39:
|
lint-python39:
|
||||||
name: Lint with Python 3.9
|
name: Lint with Python 3.9
|
||||||
runs-on: ubuntu-latest
|
runs-on: Runner
|
||||||
container:
|
container:
|
||||||
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
|
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
|
||||||
steps:
|
steps:
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
|
|
||||||
lint-python310:
|
lint-python310:
|
||||||
name: Lint with Python 3.10
|
name: Lint with Python 3.10
|
||||||
runs-on: ubuntu-latest
|
runs-on: Runner
|
||||||
container:
|
container:
|
||||||
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
|
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in a new issue