Skip to content

Update utils_macos.sh #6

Update utils_macos.sh

Update utils_macos.sh #6

Workflow file for this run

# For more information about the configurations used
# in this file, please see the GitHub Actions documentation.
#
# https://docs.github.com/en/actions
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
jobs:
macOS:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: brew install shellcheck
- name: Lint shell files
run: ./scripts/lint/shell.sh
name: macOS
on: push