Skip to content

Adding a very basic CI test that just installs the shell. #5

Adding a very basic CI test that just installs the shell.

Adding a very basic CI test that just installs the shell. #5

Workflow file for this run

name: Run Bash Script on ci-test Branch
on:
push:
branches:
- ci-test
pull_request:
branches:
- ci-test
jobs:
run-bash-script:
runs:

Check failure on line 13 in .github/workflows/01-basic.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/01-basic.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
using: 'node20'
main: 'main.js'
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run install script
run: |
chmod +x ./ci/01-install-shell-only.sh
./ci/01-install-shell-only.sh