Skip to content

Fix brew installation, closes #10 #15

Fix brew installation, closes #10

Fix brew installation, closes #10 #15

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install shellcheck
run: |
sudo apt-get update
sudo apt-get install shellcheck -y
- name: Run ShellCheck
run: shellcheck *.sh