Skip to content

typo in action

typo in action #5

Workflow file for this run

name: 'bootstrap-test'
description: 'tests the bootstrap script correctly installed and configured programs as required'

Check failure on line 3 in .github/workflows/bootstrap-test.yml

View workflow run for this annotation

GitHub Actions / bootstrap-test

Invalid workflow file

The workflow is not valid. .github/workflows/bootstrap-test.yml (Line: 3, Col: 1): Unexpected value 'description'
on:
pull_request:
branches: ['main']
push:
branches: ['docker-test']
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build docker images
run: docker build -t bootstrap-script-test < .devcontainer/Dockerfile
- name: Run tests
run: docker run bootstrap-script-test