ci: do no use square brackets for lists

This commit is contained in:
alexey.lysiuk 2023-02-04 13:35:16 +02:00
parent ad2f5a0458
commit 8da302fc8b
3 changed files with 13 additions and 8 deletions

View file

@ -1,7 +1,9 @@
---
name: Build Targets
on: [push, pull_request]
on:
- push
- pull_request
jobs:
build:
@ -11,11 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [
GZDoom,
Raze,
PrBoom-Plus
]
target:
- GZDoom
- Raze
- PrBoom-Plus
steps:
- uses: actions/checkout@v3

View file

@ -1,7 +1,9 @@
---
name: Lint Code
on: [push, pull_request]
on:
- push
- pull_request
jobs:
lint:

View file

@ -1,7 +1,9 @@
---
name: Test Libraries
on: [push, pull_request]
on:
- push
- pull_request
jobs:
test: