#!/usr/bin/env bash
set -euo pipefail

export SHELLCHECK_OPTS="--exclude=SC1090"
actionlint
