Skip to content

Does compose still work in ubuntu-latest? #17

Does compose still work in ubuntu-latest?

Does compose still work in ubuntu-latest? #17

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`check-docker-compose` is not a valid event name
push:
check-docker-compose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Docker Compose
run: docker-compose --version