Files
Tetris_SDL/.github/workflows/docker-image.yml
Workflow config file is invalid. Please check your config file: yaml: line 22: mapping values are not allowed in this context
2024-10-16 15:42:08 +02:00

25 lines
379 B
YAML

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker
run: |
sudo apt-get install -y docker-compose
-name: build
run: |
docker-compose run linux-build && docker-compose run linux-run