Skip to content

correct syntax again #21

correct syntax again

correct syntax again #21

Workflow file for this run

name: Build Dockerfiles with detected changes
on:
pull_request:
types: [ready_for_review]
branches:
- main
jobs:
Test xenial build:
- name: build xenial

Check failure on line 11 in .github/workflows/container-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/container-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
uses: ./.github/workflows/xenial.yml
Test stretch build:
- name: stretch build
uses: ./.github/workflows/stretch.yml
Test jessie build:
- name: jessie build
uses: ./.github/workflows/jessie.yml