Skip to content

first steps

first steps #2

name: Check the getting-started.sh script
on:
push:
branches:
- rzadp/getting-started
merge_group:
jobs:
check-getting-started:
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: |
apt update
apt install -y expect
- name: Check the script
run: |
cat << EOF | expect -f -
spawn bash scripts/getting-started.sh
expect "Detected Ubuntu"
EOF
timeout-miuntes: 3

Check failure on line 23 in .github/workflows/check-getting-started.yml

View workflow run for this annotation

GitHub Actions / Check the getting-started.sh script

Invalid workflow file

The workflow is not valid. .github/workflows/check-getting-started.yml (Line: 23, Col: 9): Unexpected value 'timeout-miuntes'