From d2be5c6a147bc125dcc659c14ab0747e66654ce8 Mon Sep 17 00:00:00 2001 From: Henrik Bengtsson Date: Thu, 31 Oct 2024 08:15:09 -0700 Subject: [PATCH] enable API checks for Tcl --- .github/workflows/check-tcl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-tcl.yml b/.github/workflows/check-tcl.yml index b4b3cae..1dc24dc 100644 --- a/.github/workflows/check-tcl.yml +++ b/.github/workflows/check-tcl.yml @@ -60,5 +60,5 @@ jobs: if: runner.os != 'Windows' run: make check-cli/seguid-tcl -# - name: Check API -# run: make check-api/seguid-tcl + - name: Check API + run: make check-api/seguid-tcl