Skip to content

fix more things macOS doesn't support because its bash version is anc… #30

fix more things macOS doesn't support because its bash version is anc…

fix more things macOS doesn't support because its bash version is anc… #30

Workflow file for this run

# This is a basic workflow to analyze code quality
name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Analyzing Code Quality'
run: shellcheck ./*.sh -x