remove game check joiner

This commit is contained in:
sfja 2026-03-30 11:18:41 +02:00
parent 40e3b24c54
commit 2cdaad3ce1

View File

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