Skip to content

Test run

Test run #1

Workflow file for this run

name: shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-18.04
steps:
- name: checkout
uses: actions/checkout@v2
- name: Shellcheck Version Check
run: shellcheck -V
- name: Run ShellCheck
run: shellcheck mkRAMDisk.sh
mount-and-test:
run-on: mac-14

Check failure on line 17 in .github/workflows/actions.yml

View workflow run for this annotation

GitHub Actions / shellcheck

Invalid workflow file

The workflow is not valid. .github/workflows/actions.yml (Line: 17, Col: 5): Unexpected value 'run-on' .github/workflows/actions.yml (Line: 17, Col: 5): Required property is missing: runs-on
steps:
- name: checkout
uses: actions/checkout@v4
- name: Run mkRAMDisk.sh
run: |
./mkRAMDisk.sh