Skip to content

Fix running antidote update in a script #187

Fix running antidote update in a script

Fix running antidote update in a script #187

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
shellcheck -e SC1090 **/*.sh