Skip to content

add author and description labels #20

add author and description labels

add author and description labels #20

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Build Dockerfiles with detected changes

Invalid workflow file

The workflow is not valid. .github/workflows/container-build.yml (Line: 10, Col: 3): The identifier 'Test xenial build' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. .github/workflows/container-build.yml (Line: 14, Col: 3): The identifier 'Test stretch build' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: build xenial
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