ClickHouse/utils/check-style/check-workflows

7 lines
166 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
GIT_ROOT=$(git rev-parse --show-cdup)
act --list --directory="$GIT_ROOT" 1>/dev/null 2>&1 || act --list --directory="$GIT_ROOT" 2>&1
actionlint