ci: 'steps' is a list

This commit is contained in:
Daniel Eklöf 2024-02-23 18:02:18 +01:00
parent 0dc105d0e4
commit 1c985537ec
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,5 +1,5 @@
steps:
codespell:
- name: codespell
when:
branch:
- master
@ -14,7 +14,7 @@ steps:
- codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- deactivate
subprojects:
- name: subprojects
when:
branch:
- master
@ -27,7 +27,7 @@ steps:
- git clone https://codeberg.org/dnkl/fcft.git
- cd ..
x64:
- name: x64
when:
branch:
- master
@ -84,7 +84,7 @@ steps:
- ./footclient --version
- cd ../..
x86:
- name: x86
when:
branch:
- master