fix pipelines

This commit is contained in:
sfja 2026-03-30 10:55:23 +02:00
parent dd6f020cdb
commit e9330dbc33

View File

@ -13,7 +13,7 @@ jobs:
name: Check name: Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: sfja/h5-mst-ci:game-ci container: sfja/h5-mst-ci:game-ci
needs: [lint, build_and_test] needs: ["lint", "build_and_test"]
steps: steps:
- run: echo Done - run: echo Done
lint: lint: