Skip to content

Fix running antidote update in a script #189

Fix running antidote update in a script

Fix running antidote update in a script #189

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
run: |
shopt -s globstar
# SC1071 is for:
# "ShellCheck only supports sh/bash/dash/ksh scripts. Sorry!"
# But mac.sh is a Zsh script
shellcheck -e SC1090 -e SC1071 **/*.sh