Update .forgejo/workflows/yamllint.yml
This commit is contained in:
parent
16dddfa1a6
commit
5d881722a1
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
name: Lint with Python 3.8
|
name: Lint with Python 3.8
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.mafyuh.xyz/python:3.8-slim-bullseye
|
image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.8-nodejs18-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
name: Lint with Python 3.9
|
name: Lint with Python 3.9
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.mafyuh.xyz/python:3.9-slim-bullseye
|
image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.9-nodejs18-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
name: Lint with Python 3.10
|
name: Lint with Python 3.10
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.mafyuh.xyz/python:3.10-slim-bullseye
|
image: docker.mafyuh.xyz/nikolaik/python-nodejs:python3.10-nodejs18-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Reference in a new issue