Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 23, 2024
1 parent 2a168e1 commit f8e02e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yml → .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ jobs:
run: shellcheck -V
- name: Run ShellCheck
run: shellcheck mkRAMDisk.sh

mount-and-test:
run-on: mac-14
steps:
- name: checkout
uses: actions/checkout@v4

- name: Run mkRAMDisk.sh
run: |
./mkRAMDisk.sh

0 comments on commit f8e02e7

Please sign in to comment.