Update .forgejo/workflows/yamllint.yml
This commit is contained in:
parent
173644e004
commit
d7658bab00
1 changed files with 0 additions and 6 deletions
|
@ -15,8 +15,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Set up Python 3.8
|
||||
run: python3 --version
|
||||
- name: Install yamllint
|
||||
|
@ -38,8 +36,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Set up Python 3.9
|
||||
run: python3 --version
|
||||
- name: Install yamllint
|
||||
|
@ -61,8 +57,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Set up Python 3.10
|
||||
run: python3 --version
|
||||
- name: Install yamllint
|
||||
|
|
Reference in a new issue