Skip to content

feat: drop argocd again from plugins #144

feat: drop argocd again from plugins

feat: drop argocd again from plugins #144

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run ShellCheck
run: |
bash -c 'shopt -s globstar nullglob; shellcheck **/*.sh'