Test run #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / shellcheckInvalid workflow file
|
||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
- name: Run mkRAMDisk.sh | ||
run: | | ||
./mkRAMDisk.sh |