#!/bin/sh
# Generated by trunk tool 'actionlint'
marker_file="/Users/mm6/.cache/trunk/tools/actionlint/1.7.1-ce14988677d139b985a694ad9a020b2c.marker";
if [ ! -f $marker_file ]; then
  trunk tools install actionlint;
fi

export PATH="/Users/mm6/.cache/trunk/tools/actionlint/1.7.1-ce14988677d139b985a694ad9a020b2c:${PATH}"

exec actionlint "$@"
